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.TabSocialInteractionsScreen. currentTabMethods in net.minecraft.client.gui.screen.multiplayer that return SocialInteractionsScreen.Tab Modifier and Type Method Description static SocialInteractionsScreen.TabSocialInteractionsScreen.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 voidSocialInteractionsScreen. setCurrentTab(SocialInteractionsScreen.Tab currentTab)voidSocialInteractionsPlayerListWidget. setPlayerOnline(PlayerListEntry player, SocialInteractionsScreen.Tab tab)