Uses of Enum Class
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameMode
Packages that use GameModeSelectionScreen.GameMode
-
Uses of GameModeSelectionScreen.GameMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameModeSelectionScreen.GameModeModifier and TypeFieldDescription(package private) final GameModeSelectionScreen.GameMode
GameModeSelectionScreen.ButtonWidget.gameMode
protected static final GameModeSelectionScreen.GameMode[]
GameModeSelectionScreen.GameMode.VALUES
Fields in net.minecraft.client.gui.screen with type parameters of type GameModeSelectionScreen.GameModeModifier and TypeFieldDescriptionprivate final Optional<GameModeSelectionScreen.GameMode>
GameModeSelectionScreen.currentGameMode
private Optional<GameModeSelectionScreen.GameMode>
GameModeSelectionScreen.gameMode
Methods in net.minecraft.client.gui.screen that return GameModeSelectionScreen.GameModeModifier 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.Methods in net.minecraft.client.gui.screen that return types with arguments of type GameModeSelectionScreen.GameModeModifier and TypeMethodDescription(package private) Optional<GameModeSelectionScreen.GameMode>
GameModeSelectionScreen.GameMode.next()
(package private) static Optional<GameModeSelectionScreen.GameMode>
Method parameters in net.minecraft.client.gui.screen with type arguments of type GameModeSelectionScreen.GameModeModifier and TypeMethodDescriptionprivate static void
GameModeSelectionScreen.apply
(MinecraftClient client, Optional<GameModeSelectionScreen.GameMode> gameMode) Constructors in net.minecraft.client.gui.screen with parameters of type GameModeSelectionScreen.GameModeModifierConstructorDescriptionButtonWidget
(GameModeSelectionScreen.GameMode gameMode, int x, int y)