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.GameModeSelectionGameModeSwitcherScreen.currentGameMode(package private) final GameModeSwitcherScreen.GameModeSelectionGameModeSwitcherScreen.ButtonWidget.gameModeGameModeSwitcherScreen.gameModeprotected static final GameModeSwitcherScreen.GameModeSelection[]GameModeSwitcherScreen.GameModeSelection.VALUESMethods in net.minecraft.client.gui.screen that return GameModeSwitcherScreen.GameModeSelectionModifier and TypeMethodDescription(package private) GameModeSwitcherScreen.GameModeSelectionGameModeSwitcherScreen.GameModeSelection.next()(package private) static GameModeSwitcherScreen.GameModeSelectionReturns 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 voidGameModeSwitcherScreen.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)