Uses of Enum Class
net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen.GameModeIcon
-
Uses of GameModeSwitcherScreen.GameModeIcon in net.minecraft.client.gui.screens.debug
Modifier and TypeFieldDescription(package private) final GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeSlot.icon
protected static final GameModeSwitcherScreen.GameModeIcon[]
GameModeSwitcherScreen.GameModeIcon.VALUES
Modifier and TypeFieldDescriptionGameModeSwitcherScreen.currentlyHovered
private final Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.previousHovered
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GameModeSwitcherScreen.GameModeIcon[]
GameModeSwitcherScreen.GameModeIcon.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription(package private) static Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.GameModeIcon.getFromGameType
(GameType p_97613_) (package private) Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.GameModeIcon.getNext()
Modifier and TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.switchToHoveredGameMode
(Minecraft p_97565_, Optional<GameModeSwitcherScreen.GameModeIcon> p_97566_) ModifierConstructorDescriptionGameModeSlot
(GameModeSwitcherScreen.GameModeIcon p_97627_, int p_97628_, int p_97629_)