Uses of Enum Class
net.minecraft.client.gui.screen.GamemodeSelectionScreen.Mode
-
Uses of GamemodeSelectionScreen.Mode in net.minecraft.client.gui.screen
Modifier and TypeFieldDescriptionprivate final GamemodeSelectionScreen.Mode
GamemodeSelectionScreen.SelectorWidget.icon
protected static final GamemodeSelectionScreen.Mode[]
GamemodeSelectionScreen.Mode.VALUES
Modifier and TypeFieldDescriptionprivate Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.currentlyHovered
private final Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.previousHovered
Modifier and TypeMethodDescriptionstatic GamemodeSelectionScreen.Mode
Returns the enum constant of this class with the specified name.static GamemodeSelectionScreen.Mode[]
GamemodeSelectionScreen.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprivate static Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.Mode.getFromGameType
(GameType p_238731_0_) private Optional<GamemodeSelectionScreen.Mode>
GamemodeSelectionScreen.Mode.getNext()
Modifier and TypeMethodDescriptionprivate static void
GamemodeSelectionScreen.switchToHoveredGameMode
(Minecraft p_238713_0_, Optional<GamemodeSelectionScreen.Mode> p_238713_1_) ModifierConstructorDescriptionSelectorWidget
(GamemodeSelectionScreen.Mode p_i232286_2_, int p_i232286_3_, int p_i232286_4_)