Uses of Class
com.mojang.realmsclient.gui.screens.RealmsPlayerScreen.GuestAction
-
Packages that use RealmsPlayerScreen.GuestAction Package Description com.mojang.realmsclient.gui.screens -
-
Uses of RealmsPlayerScreen.GuestAction in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as RealmsPlayerScreen.GuestAction Modifier and Type Field Description private RealmsPlayerScreen.GuestAction
RealmsPlayerScreen. hoveredUserAction
Methods in com.mojang.realmsclient.gui.screens that return RealmsPlayerScreen.GuestAction Modifier and Type Method Description static RealmsPlayerScreen.GuestAction
RealmsPlayerScreen.GuestAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RealmsPlayerScreen.GuestAction[]
RealmsPlayerScreen.GuestAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-