Enum Class InGameHud.BarType

java.lang.Object
java.lang.Enum<InGameHud.BarType>
net.minecraft.client.gui.hud.InGameHud.BarType
All Implemented Interfaces:
Serializable, Comparable<InGameHud.BarType>, Constable
Enclosing class:
InGameHud

@Environment(CLIENT) static enum InGameHud.BarType extends Enum<InGameHud.BarType>
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/InGameHud$BarType
intermediary net/minecraft/class_329$class_11220
official ghh$b
  • Enum Constant Details

    • EMPTY

      public static final InGameHud.BarType EMPTY
      Mappings:
      Namespace Name Mixin selector
      named EMPTY Lnet/minecraft/client/gui/hud/InGameHud$BarType;EMPTY:Lnet/minecraft/client/gui/hud/InGameHud$BarType;
      intermediary field_59819 Lnet/minecraft/class_329$class_11220;field_59819:Lnet/minecraft/class_329$class_11220;
      official a Lghh$b;a:Lghh$b;
    • EXPERIENCE

      public static final InGameHud.BarType EXPERIENCE
      Mappings:
      Namespace Name Mixin selector
      named EXPERIENCE Lnet/minecraft/client/gui/hud/InGameHud$BarType;EXPERIENCE:Lnet/minecraft/client/gui/hud/InGameHud$BarType;
      intermediary field_59820 Lnet/minecraft/class_329$class_11220;field_59820:Lnet/minecraft/class_329$class_11220;
      official b Lghh$b;b:Lghh$b;
    • LOCATOR

      public static final InGameHud.BarType LOCATOR
      Mappings:
      Namespace Name Mixin selector
      named LOCATOR Lnet/minecraft/client/gui/hud/InGameHud$BarType;LOCATOR:Lnet/minecraft/client/gui/hud/InGameHud$BarType;
      intermediary field_59821 Lnet/minecraft/class_329$class_11220;field_59821:Lnet/minecraft/class_329$class_11220;
      official c Lghh$b;c:Lghh$b;
    • JUMPABLE_VEHICLE

      public static final InGameHud.BarType JUMPABLE_VEHICLE
      Mappings:
      Namespace Name Mixin selector
      named JUMPABLE_VEHICLE Lnet/minecraft/client/gui/hud/InGameHud$BarType;JUMPABLE_VEHICLE:Lnet/minecraft/client/gui/hud/InGameHud$BarType;
      intermediary field_59822 Lnet/minecraft/class_329$class_11220;field_59822:Lnet/minecraft/class_329$class_11220;
      official d Lghh$b;d:Lghh$b;
  • Constructor Details

    • BarType

      private BarType()
  • Method Details

    • values

      public static InGameHud.BarType[] 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

      public static InGameHud.BarType valueOf(String name)
      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 name
      NullPointerException - if the argument is null