Uses of Class
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen.Tab
Package | Description |
---|---|
net.minecraft.client.gui.screen.multiplayer |
-
Uses of SocialInteractionsScreen.Tab in net.minecraft.client.gui.screen.multiplayer
Fields in net.minecraft.client.gui.screen.multiplayer declared as SocialInteractionsScreen.Tab Modifier and Type Field Description private SocialInteractionsScreen.Tab
SocialInteractionsScreen. currentTab
Methods in net.minecraft.client.gui.screen.multiplayer that return SocialInteractionsScreen.Tab Modifier and Type Method Description static SocialInteractionsScreen.Tab
SocialInteractionsScreen.Tab. valueOf(String name)
Returns the enum constant of this type with the specified name.static SocialInteractionsScreen.Tab[]
SocialInteractionsScreen.Tab. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.screen.multiplayer with parameters of type SocialInteractionsScreen.Tab Modifier and Type Method Description private void
SocialInteractionsScreen. setCurrentTab(SocialInteractionsScreen.Tab currentTab)
void
SocialInteractionsPlayerListWidget. setPlayerOnline(PlayerListEntry player, SocialInteractionsScreen.Tab tab)