Enum Class InGameHud.class_11220

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

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

    • EMPTY

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

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

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

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

    • class_11220

      private class_11220()
  • Method Details

    • values

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