Uses of Class
net.minecraft.client.gui.screen.GamemodeSelectionScreen.Mode
-
Packages that use GamemodeSelectionScreen.Mode Package Description net.minecraft.client.gui.screen -
-
Uses of GamemodeSelectionScreen.Mode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GamemodeSelectionScreen.Mode Modifier and Type Field Description private GamemodeSelectionScreen.Mode
GamemodeSelectionScreen.SelectorWidget. icon
protected static GamemodeSelectionScreen.Mode[]
GamemodeSelectionScreen.Mode. VALUES
Fields in net.minecraft.client.gui.screen with type parameters of type GamemodeSelectionScreen.Mode Modifier and Type Field Description private java.util.Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen. currentlyHovered
private java.util.Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen. previousHovered
Methods in net.minecraft.client.gui.screen that return GamemodeSelectionScreen.Mode Modifier and Type Method Description static GamemodeSelectionScreen.Mode
GamemodeSelectionScreen.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GamemodeSelectionScreen.Mode[]
GamemodeSelectionScreen.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.screen that return types with arguments of type GamemodeSelectionScreen.Mode Modifier and Type Method Description private static java.util.Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.Mode. getFromGameType(GameType p_238731_0_)
private java.util.Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.Mode. getNext()
Method parameters in net.minecraft.client.gui.screen with type arguments of type GamemodeSelectionScreen.Mode Modifier and Type Method Description private static void
GamemodeSelectionScreen. switchToHoveredGameMode(Minecraft p_238713_0_, java.util.Optional<GamemodeSelectionScreen.Mode> p_238713_1_)
Constructors in net.minecraft.client.gui.screen with parameters of type GamemodeSelectionScreen.Mode Constructor Description SelectorWidget(GamemodeSelectionScreen.Mode p_i232286_2_, int p_i232286_3_, int p_i232286_4_)
-