Uses of Enum
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 TypeFieldDescriptionprivate GameModeSelectionScreen.GameModeGameModeSelectionScreen.ButtonWidget.gameModeprotected static GameModeSelectionScreen.GameMode[]GameModeSelectionScreen.GameMode.VALUESFields in net.minecraft.client.gui.screen with type parameters of type GameModeSelectionScreen.GameModeModifier and TypeFieldDescriptionprivate Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen.currentGameModeprivate Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen.gameModeMethods in net.minecraft.client.gui.screen that return GameModeSelectionScreen.GameModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GameModeSelectionScreen.GameMode[]GameModeSelectionScreen.GameMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.gui.screen that return types with arguments of type GameModeSelectionScreen.GameModeModifier and TypeMethodDescriptionprivate Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen.GameMode.next()private static Optional<GameModeSelectionScreen.GameMode>Method parameters in net.minecraft.client.gui.screen with type arguments of type GameModeSelectionScreen.GameModeModifier and TypeMethodDescriptionprivate static voidGameModeSelectionScreen.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)