Uses of Enum Class
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
-
Uses of GameModeSelectionScreen.GameModeSelection in net.minecraft.client.gui.screen
Modifier and TypeFieldDescription(package private) final GameModeSelectionScreen.GameModeSelection
GameModeSelectionScreen.ButtonWidget.gameMode
protected static final GameModeSelectionScreen.GameModeSelection[]
GameModeSelectionScreen.GameModeSelection.VALUES
Modifier and TypeFieldDescriptionprivate final Optional<GameModeSelectionScreen.GameModeSelection>
GameModeSelectionScreen.currentGameMode
GameModeSelectionScreen.gameMode
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.GameModeSelectionScreen.GameModeSelection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) Optional<GameModeSelectionScreen.GameModeSelection>
GameModeSelectionScreen.GameModeSelection.next()
(package private) static Optional<GameModeSelectionScreen.GameModeSelection>
Modifier and TypeMethodDescriptionprivate static void
GameModeSelectionScreen.apply
(MinecraftClient client, Optional<GameModeSelectionScreen.GameModeSelection> gameMode) ModifierConstructorDescriptionButtonWidget
(GameModeSelectionScreen.GameModeSelection gameMode, int x, int y)