Uses of Enum Class
net.minecraft.client.gui.screen.GameModeSwitcherScreen.GameModeSelection
Packages that use GameModeSwitcherScreen.GameModeSelection
-
Uses of GameModeSwitcherScreen.GameModeSelection in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameModeSwitcherScreen.GameModeSelectionModifier and TypeFieldDescriptionprivate final GameModeSwitcherScreen.GameModeSelection
GameModeSwitcherScreen.currentGameMode
(package private) final GameModeSwitcherScreen.GameModeSelection
GameModeSwitcherScreen.ButtonWidget.gameMode
GameModeSwitcherScreen.gameMode
(package private) static final GameModeSwitcherScreen.GameModeSelection[]
GameModeSwitcherScreen.GameModeSelection.VALUES
Methods in net.minecraft.client.gui.screen that return GameModeSwitcherScreen.GameModeSelectionModifier and TypeMethodDescription(package private) GameModeSwitcherScreen.GameModeSelection
GameModeSwitcherScreen.GameModeSelection.next()
(package private) static GameModeSwitcherScreen.GameModeSelection
Returns the enum constant of this class with the specified name.GameModeSwitcherScreen.GameModeSelection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.screen with parameters of type GameModeSwitcherScreen.GameModeSelectionModifier and TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.apply
(MinecraftClient client, GameModeSwitcherScreen.GameModeSelection gameModeSelection) Constructors in net.minecraft.client.gui.screen with parameters of type GameModeSwitcherScreen.GameModeSelectionModifierConstructorDescriptionButtonWidget
(GameModeSwitcherScreen.GameModeSelection gameMode, int x, int y)