Uses of Class
net.minecraft.client.gui.screen.GameModeSelectionScreen.GameMode
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen |
-
Uses of GameModeSelectionScreen.GameMode in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as GameModeSelectionScreen.GameMode Modifier and Type Field Description private GameModeSelectionScreen.GameModeGameModeSelectionScreen.ButtonWidget. gameModeprotected static GameModeSelectionScreen.GameMode[]GameModeSelectionScreen.GameMode. VALUESFields in net.minecraft.client.gui.screen with type parameters of type GameModeSelectionScreen.GameMode Modifier and Type Field Description private Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen. currentGameModeprivate Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen. gameModeMethods in net.minecraft.client.gui.screen that return GameModeSelectionScreen.GameMode Modifier and Type Method Description static GameModeSelectionScreen.GameModeGameModeSelectionScreen.GameMode. valueOf(String name)Returns 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.GameMode Modifier and Type Method Description private Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen.GameMode. next()private static Optional<GameModeSelectionScreen.GameMode>GameModeSelectionScreen.GameMode. of(GameMode gameMode)Method parameters in net.minecraft.client.gui.screen with type arguments of type GameModeSelectionScreen.GameMode Modifier and Type Method Description private static voidGameModeSelectionScreen. apply(MinecraftClient client, Optional<GameModeSelectionScreen.GameMode> gameMode)Constructors in net.minecraft.client.gui.screen with parameters of type GameModeSelectionScreen.GameMode Constructor Description ButtonWidget(GameModeSelectionScreen.GameMode gameMode, int x, int y)