Uses of Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
Package | Description |
---|---|
net.minecraft.client.gui.screen.multiplayer |
-
Uses of SocialInteractionsScreen in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as SocialInteractionsScreen Modifier and Type Field Description private SocialInteractionsScreen
SocialInteractionsPlayerListWidget. parent
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type SocialInteractionsScreen Modifier and Type Method Description private static void
SocialInteractionsPlayerListEntry. renderTooltip(SocialInteractionsScreen screen, MatrixStack matrices, List<OrderedText> tooltip, int mouseX, int mouseY)
Constructors in net.minecraft.client.gui.screen.multiplayer with parameters of type SocialInteractionsScreen Constructor Description SocialInteractionsPlayerListEntry(MinecraftClient client, SocialInteractionsScreen parent, UUID uuid, String name, Supplier<Identifier> skinTexture)
SocialInteractionsPlayerListWidget(SocialInteractionsScreen parent, MinecraftClient client, int width, int height, int top, int bottom, int itemHeight)