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 TypeFieldDescriptionGameModeSwitcherScreen.currentlyHovered
(package private) final GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeSlot.icon
private final GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.previousHovered
protected static final GameModeSwitcherScreen.GameModeIcon[]
GameModeSwitcherScreen.GameModeIcon.VALUES
Modifier and TypeMethodDescription(package private) static GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeIcon.getFromGameType
(GameType p_283307_) (package private) GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeIcon.getNext()
Returns 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 TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.switchToHoveredGameMode
(Minecraft p_281340_, GameModeSwitcherScreen.GameModeIcon p_281358_) ModifierConstructorDescriptionGameModeSlot
(GameModeSwitcherScreen.GameModeIcon p_97627_, int p_97628_, int p_97629_)