Package net.minecraft.client.gui.hud
Enum Class InGameHud.BarType
- All Implemented Interfaces:
Serializable,Comparable<InGameHud.BarType>,Constable
- Enclosing class:
InGameHud
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/InGameHud$BarTypeintermediary net/minecraft/class_329$class_11220official ggx$b
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InGameHud.BarTypeReturns the enum constant of this class with the specified name.static InGameHud.BarType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EMPTY
- Mappings:
Namespace Name Mixin selector named EMPTYLnet/minecraft/client/gui/hud/InGameHud$BarType;EMPTY:Lnet/minecraft/client/gui/hud/InGameHud$BarType;intermediary field_59819Lnet/minecraft/class_329$class_11220;field_59819:Lnet/minecraft/class_329$class_11220;official aLggx$b;a:Lggx$b;
-
EXPERIENCE
- Mappings:
Namespace Name Mixin selector named EXPERIENCELnet/minecraft/client/gui/hud/InGameHud$BarType;EXPERIENCE:Lnet/minecraft/client/gui/hud/InGameHud$BarType;intermediary field_59820Lnet/minecraft/class_329$class_11220;field_59820:Lnet/minecraft/class_329$class_11220;official bLggx$b;b:Lggx$b;
-
LOCATOR
- Mappings:
Namespace Name Mixin selector named LOCATORLnet/minecraft/client/gui/hud/InGameHud$BarType;LOCATOR:Lnet/minecraft/client/gui/hud/InGameHud$BarType;intermediary field_59821Lnet/minecraft/class_329$class_11220;field_59821:Lnet/minecraft/class_329$class_11220;official cLggx$b;c:Lggx$b;
-
JUMPABLE_VEHICLE
- Mappings:
Namespace Name Mixin selector named JUMPABLE_VEHICLELnet/minecraft/client/gui/hud/InGameHud$BarType;JUMPABLE_VEHICLE:Lnet/minecraft/client/gui/hud/InGameHud$BarType;intermediary field_59822Lnet/minecraft/class_329$class_11220;field_59822:Lnet/minecraft/class_329$class_11220;official dLggx$b;d:Lggx$b;
-
-
Constructor Details
-
BarType
private BarType()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-