Uses of Enum Class
net.minecraft.client.gui.screens.social.SocialInteractionsScreen.Page
Packages that use SocialInteractionsScreen.Page
-
Uses of SocialInteractionsScreen.Page in net.minecraft.client.gui.screens.social
Fields in net.minecraft.client.gui.screens.social declared as SocialInteractionsScreen.PageModifier and TypeFieldDescriptionprivate SocialInteractionsScreen.Page
SocialInteractionsScreen.page
Methods in net.minecraft.client.gui.screens.social that return SocialInteractionsScreen.PageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SocialInteractionsScreen.Page[]
SocialInteractionsScreen.Page.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.screens.social with parameters of type SocialInteractionsScreen.PageModifier and TypeMethodDescriptionvoid
SocialInteractionsPlayerList.addPlayer
(PlayerInfo p_100715_, SocialInteractionsScreen.Page p_100716_) private void
SocialInteractionsScreen.showPage
(SocialInteractionsScreen.Page p_100772_)