Uses of Enum Class
net.minecraft.client.gui.screen.GamemodeSelectionScreen.Mode
Packages that use GamemodeSelectionScreen.Mode
- 
Uses of GamemodeSelectionScreen.Mode in net.minecraft.client.gui.screenFields in net.minecraft.client.gui.screen declared as GamemodeSelectionScreen.ModeModifier and TypeFieldDescriptionprivate final GamemodeSelectionScreen.ModeGamemodeSelectionScreen.SelectorWidget.iconprotected static final GamemodeSelectionScreen.Mode[]GamemodeSelectionScreen.Mode.VALUESFields in net.minecraft.client.gui.screen with type parameters of type GamemodeSelectionScreen.ModeModifier and TypeFieldDescriptionprivate Optional<GamemodeSelectionScreen.Mode>GamemodeSelectionScreen.currentlyHoveredprivate final Optional<GamemodeSelectionScreen.Mode>GamemodeSelectionScreen.previousHoveredMethods in net.minecraft.client.gui.screen that return GamemodeSelectionScreen.ModeModifier and TypeMethodDescriptionstatic GamemodeSelectionScreen.ModeReturns 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.Methods in net.minecraft.client.gui.screen that return types with arguments of type GamemodeSelectionScreen.ModeModifier and TypeMethodDescriptionprivate static Optional<GamemodeSelectionScreen.Mode>GamemodeSelectionScreen.Mode.getFromGameType(GameType p_238731_0_) private Optional<GamemodeSelectionScreen.Mode>GamemodeSelectionScreen.Mode.getNext()Method parameters in net.minecraft.client.gui.screen with type arguments of type GamemodeSelectionScreen.ModeModifier and TypeMethodDescriptionprivate static voidGamemodeSelectionScreen.switchToHoveredGameMode(Minecraft p_238713_0_, Optional<GamemodeSelectionScreen.Mode> p_238713_1_) Constructors in net.minecraft.client.gui.screen with parameters of type GamemodeSelectionScreen.ModeModifierConstructorDescriptionSelectorWidget(GamemodeSelectionScreen.Mode p_i232286_2_, int p_i232286_3_, int p_i232286_4_)