Enum Class ChatMessageType

java.lang.Object
java.lang.Enum<ChatMessageType>
net.minecraft.util.ChatMessageType
All Implemented Interfaces:
Serializable, Comparable<ChatMessageType>, Constable

public enum ChatMessageType extends Enum<ChatMessageType>
Mappings:
Namespace Name
official hf
intermediary net/minecraft/class_3324
named net/minecraft/util/ChatMessageType
  • Enum Constant Details

    • CHAT

      public static final ChatMessageType CHAT
      Mappings:
      Namespace Name Mixin selector
      official a Lhf;a:Lhf;
      intermediary field_16256 Lnet/minecraft/class_3324;field_16256:Lnet/minecraft/class_3324;
      named CHAT Lnet/minecraft/util/ChatMessageType;CHAT:Lnet/minecraft/util/ChatMessageType;
    • SYSTEM

      public static final ChatMessageType SYSTEM
      Mappings:
      Namespace Name Mixin selector
      official b Lhf;b:Lhf;
      intermediary field_16257 Lnet/minecraft/class_3324;field_16257:Lnet/minecraft/class_3324;
      named SYSTEM Lnet/minecraft/util/ChatMessageType;SYSTEM:Lnet/minecraft/util/ChatMessageType;
    • GAME_INFO

      public static final ChatMessageType GAME_INFO
      Mappings:
      Namespace Name Mixin selector
      official c Lhf;c:Lhf;
      intermediary field_16258 Lnet/minecraft/class_3324;field_16258:Lnet/minecraft/class_3324;
      named GAME_INFO Lnet/minecraft/util/ChatMessageType;GAME_INFO:Lnet/minecraft/util/ChatMessageType;
  • Field Details

    • field_16259

      private final byte field_16259
      Mappings:
      Namespace Name Mixin selector
      official d Lhf;d:B
      intermediary field_16259 Lnet/minecraft/class_3324;field_16259:B
      named field_16259 Lnet/minecraft/util/ChatMessageType;field_16259:B
  • Constructor Details

    • ChatMessageType

      private ChatMessageType(byte byte2)
  • Method Details

    • values

      public static ChatMessageType[] 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 ChatMessageType 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_14783

      public byte method_14783()
      Mappings:
      Namespace Name Mixin selector
      official a Lhf;a()B
      intermediary method_14783 Lnet/minecraft/class_3324;method_14783()B
      named method_14783 Lnet/minecraft/util/ChatMessageType;method_14783()B
    • method_14784

      public static ChatMessageType method_14784(byte byte2)
      Mappings:
      Namespace Name Mixin selector
      official a Lhf;a(B)Lhf;
      intermediary method_14784 Lnet/minecraft/class_3324;method_14784(B)Lnet/minecraft/class_3324;
      named method_14784 Lnet/minecraft/util/ChatMessageType;method_14784(B)Lnet/minecraft/util/ChatMessageType;