Uses of Class
net.minecraft.client.gui.social.SocialInteractionsScreen.Mode
-
Packages that use SocialInteractionsScreen.Mode Package Description net.minecraft.client.gui.social -
-
Uses of SocialInteractionsScreen.Mode in net.minecraft.client.gui.social
Fields in net.minecraft.client.gui.social declared as SocialInteractionsScreen.Mode Modifier and Type Field Description private SocialInteractionsScreen.Mode
SocialInteractionsScreen. page
Methods in net.minecraft.client.gui.social that return SocialInteractionsScreen.Mode Modifier and Type Method Description static SocialInteractionsScreen.Mode
SocialInteractionsScreen.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SocialInteractionsScreen.Mode[]
SocialInteractionsScreen.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.social with parameters of type SocialInteractionsScreen.Mode Modifier and Type Method Description void
FilterList. addPlayer(NetworkPlayerInfo p_244657_1_, SocialInteractionsScreen.Mode p_244657_2_)
private void
SocialInteractionsScreen. showPage(SocialInteractionsScreen.Mode p_244682_1_)
-