Package net.minecraft.util
Enum Class ChatMessageType
- All Implemented Interfaces:
Serializable,Comparable<ChatMessageType>,Constable
- Mappings:
Namespace Name official hfintermediary net/minecraft/class_3324named net/minecraft/util/ChatMessageType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytestatic ChatMessageTypemethod_14784(byte byte2) static ChatMessageTypeReturns the enum constant of this class with the specified name.static ChatMessageType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CHAT
- Mappings:
Namespace Name Mixin selector official aLhf;a:Lhf;intermediary field_16256Lnet/minecraft/class_3324;field_16256:Lnet/minecraft/class_3324;named CHATLnet/minecraft/util/ChatMessageType;CHAT:Lnet/minecraft/util/ChatMessageType;
-
SYSTEM
- Mappings:
Namespace Name Mixin selector official bLhf;b:Lhf;intermediary field_16257Lnet/minecraft/class_3324;field_16257:Lnet/minecraft/class_3324;named SYSTEMLnet/minecraft/util/ChatMessageType;SYSTEM:Lnet/minecraft/util/ChatMessageType;
-
GAME_INFO
- Mappings:
Namespace Name Mixin selector official cLhf;c:Lhf;intermediary field_16258Lnet/minecraft/class_3324;field_16258:Lnet/minecraft/class_3324;named GAME_INFOLnet/minecraft/util/ChatMessageType;GAME_INFO:Lnet/minecraft/util/ChatMessageType;
-
-
Field Details
-
field_16259
private final byte field_16259- Mappings:
Namespace Name Mixin selector official dLhf;d:Bintermediary field_16259Lnet/minecraft/class_3324;field_16259:Bnamed field_16259Lnet/minecraft/util/ChatMessageType;field_16259:B
-
-
Constructor Details
-
ChatMessageType
private ChatMessageType(byte byte2)
-
-
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
-
method_14783
public byte method_14783()- Mappings:
Namespace Name Mixin selector official aLhf;a()Bintermediary method_14783Lnet/minecraft/class_3324;method_14783()Bnamed method_14783Lnet/minecraft/util/ChatMessageType;method_14783()B
-
method_14784
- Mappings:
Namespace Name Mixin selector official aLhf;a(B)Lhf;intermediary method_14784Lnet/minecraft/class_3324;method_14784(B)Lnet/minecraft/class_3324;named method_14784Lnet/minecraft/util/ChatMessageType;method_14784(B)Lnet/minecraft/util/ChatMessageType;
-