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 TypeFieldDescription(package private) final GameModeSwitcherScreen.GameModeIcon
GameModeSwitcherScreen.GameModeSlot.icon
protected static final GameModeSwitcherScreen.GameModeIcon[]
GameModeSwitcherScreen.GameModeIcon.VALUES
Fields in net.minecraft.client.gui.screens.debug with type parameters of type GameModeSwitcherScreen.GameModeIconModifier and TypeFieldDescriptionGameModeSwitcherScreen.currentlyHovered
private final Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.previousHovered
Methods in net.minecraft.client.gui.screens.debug that return GameModeSwitcherScreen.GameModeIconModifier 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.Methods in net.minecraft.client.gui.screens.debug that return types with arguments of type GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescription(package private) static Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.GameModeIcon.getFromGameType
(GameType p_97613_) (package private) Optional<GameModeSwitcherScreen.GameModeIcon>
GameModeSwitcherScreen.GameModeIcon.getNext()
Method parameters in net.minecraft.client.gui.screens.debug with type arguments of type GameModeSwitcherScreen.GameModeIconModifier and TypeMethodDescriptionprivate static void
GameModeSwitcherScreen.switchToHoveredGameMode
(Minecraft p_97565_, Optional<GameModeSwitcherScreen.GameModeIcon> p_97566_) Constructors in net.minecraft.client.gui.screens.debug with parameters of type GameModeSwitcherScreen.GameModeIconModifierConstructorDescriptionGameModeSlot
(GameModeSwitcherScreen.GameModeIcon p_97627_, int p_97628_, int p_97629_)