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
Fields in net.minecraft.client.gui.screens.debug declared as GameModeSwitcherScreen.GameModeIconModifier 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
Methods in net.minecraft.client.gui.screens.debug that return GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescription(package private) static GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeIcon.getFromGameType
(GameType pGameType) (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.Methods in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.switchToHoveredGameMode
(Minecraft pMinecraft, GameModeSwitcherScreen.GameModeIcon pGameModeIcon) Constructors in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifierConstructorDescriptionGameModeSlot
(GameModeSwitcherScreen.GameModeIcon pIcon, int pX, int pY)