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.GameMode
GameModeSelectionScreen.ButtonWidget. gameMode
protected static GameModeSelectionScreen.GameMode[]
GameModeSelectionScreen.GameMode. VALUES
Fields in net.minecraft.client.gui.screen with type parameters of type GameModeSelectionScreen.GameMode Modifier and Type Field Description private Optional<GameModeSelectionScreen.GameMode>
GameModeSelectionScreen. currentGameMode
private Optional<GameModeSelectionScreen.GameMode>
GameModeSelectionScreen. gameMode
Methods in net.minecraft.client.gui.screen that return GameModeSelectionScreen.GameMode Modifier and Type Method Description static GameModeSelectionScreen.GameMode
GameModeSelectionScreen.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 void
GameModeSelectionScreen. 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)