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