Enum Class ChatHud.class_11732

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

@Environment(CLIENT) public static enum ChatHud.class_11732 extends Enum<ChatHud.class_11732>
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/ChatHud$class_11732
intermediary net/minecraft/class_338$class_11732
official fzn$a
  • Enum Constant Details

    • MESSAGE

      public static final ChatHud.class_11732 MESSAGE
      Mappings:
      Namespace Name Mixin selector
      named MESSAGE Lnet/minecraft/client/gui/hud/ChatHud$class_11732;MESSAGE:Lnet/minecraft/client/gui/hud/ChatHud$class_11732;
      intermediary field_62004 Lnet/minecraft/class_338$class_11732;field_62004:Lnet/minecraft/class_338$class_11732;
      official a Lfzn$a;a:Lfzn$a;
    • COMMAND

      public static final ChatHud.class_11732 COMMAND
      Mappings:
      Namespace Name Mixin selector
      named COMMAND Lnet/minecraft/client/gui/hud/ChatHud$class_11732;COMMAND:Lnet/minecraft/client/gui/hud/ChatHud$class_11732;
      intermediary field_62005 Lnet/minecraft/class_338$class_11732;field_62005:Lnet/minecraft/class_338$class_11732;
      official b Lfzn$a;b:Lfzn$a;
  • Field Details

    • field_62006

      private final String field_62006
      Mappings:
      Namespace Name Mixin selector
      named field_62006 Lnet/minecraft/client/gui/hud/ChatHud$class_11732;field_62006:Ljava/lang/String;
      intermediary field_62006 Lnet/minecraft/class_338$class_11732;field_62006:Ljava/lang/String;
      official c Lfzn$a;c:Ljava/lang/String;
  • Constructor Details

    • class_11732

      private class_11732(String string)
  • Method Details

    • values

      public static ChatHud.class_11732[] 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 ChatHud.class_11732 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
    • method_73207

      public String method_73207()
      Mappings:
      Namespace Name Mixin selector
      named method_73207 Lnet/minecraft/client/gui/hud/ChatHud$class_11732;method_73207()Ljava/lang/String;
      intermediary method_73207 Lnet/minecraft/class_338$class_11732;method_73207()Ljava/lang/String;
      official a Lfzn$a;a()Ljava/lang/String;
    • method_73208

      public abstract boolean method_73208(ChatHud.class_11733 class_11733)
      Mappings:
      Namespace Name Mixin selector
      named method_73208 Lnet/minecraft/client/gui/hud/ChatHud$class_11732;method_73208(Lnet/minecraft/client/gui/hud/ChatHud$class_11733;)Z
      intermediary method_73208 Lnet/minecraft/class_338$class_11732;method_73208(Lnet/minecraft/class_338$class_11733;)Z
      official a Lfzn$a;a(Lfzn$c;)Z