Uses of Enum Class
net.minecraft.client.gui.screens.debug.GameModeSwitcherScreen.GameModeIcon
Packages that use GameModeSwitcherScreen.GameModeIcon
-
Uses of GameModeSwitcherScreen.GameModeIcon in net.minecraft.client.gui.screens.debug
Subclasses with type arguments of type GameModeSwitcherScreen.GameModeIcon in net.minecraft.client.gui.screens.debugFields in net.minecraft.client.gui.screens.debug declared as GameModeSwitcherScreen.GameModeIconModifier and TypeFieldDescriptionGameModeSwitcherScreen.currentlyHoveredprivate final GameModeSwitcherScreen.GameModeIconGameModeSwitcherScreen.GameModeSlot.iconprivate final GameModeSwitcherScreen.GameModeIconGameModeSwitcherScreen.previousHoveredprivate static final GameModeSwitcherScreen.GameModeIcon[]GameModeSwitcherScreen.GameModeIcon.VALUESMethods in net.minecraft.client.gui.screens.debug that return GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescriptionprivate static GameModeSwitcherScreen.GameModeIconGameModeSwitcherScreen.GameModeIcon.getFromGameType(GameType gameType) 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.Methods in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescriptionprivate static voidGameModeSwitcherScreen.switchToHoveredGameMode(Minecraft minecraft, GameModeSwitcherScreen.GameModeIcon toGameMode) Constructors in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifierConstructorDescriptionGameModeSlot(GameModeSwitcherScreen.GameModeIcon icon, int x, int y)