Uses of Enum Class
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameModeSelection
-
Uses of GameModeSelectionScreen.GameModeSelection in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final GameModeSelectionScreen.GameModeSelection
GameModeSelectionScreen.currentGameMode
(package private) final GameModeSelectionScreen.GameModeSelection
GameModeSelectionScreen.ButtonWidget.gameMode
GameModeSelectionScreen.gameMode
protected static final GameModeSelectionScreen.GameModeSelection[]
GameModeSelectionScreen.GameModeSelection.VALUES
Modifier and TypeMethodDescription(package private) GameModeSelectionScreen.GameModeSelection
GameModeSelectionScreen.GameModeSelection.next()
(package private) static GameModeSelectionScreen.GameModeSelection
Returns 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 TypeMethodDescriptionprivate static void
GameModeSelectionScreen.apply
(MinecraftClient client, GameModeSelectionScreen.GameModeSelection gameModeSelection) ModifierConstructorDescriptionButtonWidget
(GameModeSelectionScreen.GameModeSelection gameMode, int x, int y)