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 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.Methods in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.switchToHoveredGameMode
(Minecraft p_281340_, GameModeSwitcherScreen.GameModeIcon p_281358_) Constructors in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifierConstructorDescriptionGameModeSlot
(GameModeSwitcherScreen.GameModeIcon p_97627_, int p_97628_, int p_97629_)