Uses of Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen
Packages that use SocialInteractionsScreen
-
Uses of SocialInteractionsScreen in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as SocialInteractionsScreenModifier and TypeFieldDescriptionprivate final SocialInteractionsScreen
SocialInteractionsPlayerListWidget.parent
Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type SocialInteractionsScreenModifier and TypeMethodDescription(package 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 SocialInteractionsScreenModifierConstructorDescriptionSocialInteractionsPlayerListEntry
(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)