Uses of Enum Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen.Tab
Packages that use SocialInteractionsScreen.Tab
-
Uses of SocialInteractionsScreen.Tab in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as SocialInteractionsScreen.TabModifier and TypeFieldDescriptionprivate SocialInteractionsScreen.Tab
SocialInteractionsScreen.currentTab
Methods in net.minecraft.client.gui.screen.multiplayer that return SocialInteractionsScreen.TabModifier and TypeMethodDescriptionstatic SocialInteractionsScreen.Tab
Returns the enum constant of this class with the specified name.static SocialInteractionsScreen.Tab[]
SocialInteractionsScreen.Tab.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type SocialInteractionsScreen.TabModifier and TypeMethodDescriptionprivate void
SocialInteractionsScreen.setCurrentTab(SocialInteractionsScreen.Tab currentTab)
void
SocialInteractionsPlayerListWidget.setPlayerOnline(PlayerListEntry player, SocialInteractionsScreen.Tab tab)