Uses of Enum Class
net.minecraft.client.gui.hud.InGameHud.BarType
Packages that use InGameHud.BarType
-
Uses of InGameHud.BarType in net.minecraft.client.gui.hud
Fields in net.minecraft.client.gui.hud with type parameters of type InGameHud.BarTypeModifier and TypeFieldDescriptionprivate final Map<InGameHud.BarType, Supplier<Bar>> InGameHud.barsprivate Pair<InGameHud.BarType, Bar> InGameHud.currentBarMethods in net.minecraft.client.gui.hud that return InGameHud.BarTypeModifier and TypeMethodDescriptionprivate InGameHud.BarTypeInGameHud.getCurrentBarType()static InGameHud.BarTypeReturns the enum constant of this class with the specified name.static InGameHud.BarType[]InGameHud.BarType.values()Returns an array containing the constants of this enum class, in the order they are declared.