Package net.minecraft.network.message
Enum Class ChatVisibility
- All Implemented Interfaces:
Serializable
,Comparable<ChatVisibility>
,Constable
,TranslatableOption
- Mappings:
Namespace Name named net/minecraft/network/message/ChatVisibility
intermediary net/minecraft/class_1659
official cmx
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final IntFunction
<ChatVisibility> private final int
private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChatVisibility
byId
(int id) int
getId()
static ChatVisibility
Returns the enum constant of this class with the specified name.static ChatVisibility[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
FULL
- Mappings:
Namespace Name Mixin selector named FULL
Lnet/minecraft/network/message/ChatVisibility;FULL:Lnet/minecraft/network/message/ChatVisibility;
intermediary field_7538
Lnet/minecraft/class_1659;field_7538:Lnet/minecraft/class_1659;
official a
Lcmx;a:Lcmx;
-
SYSTEM
- Mappings:
Namespace Name Mixin selector named SYSTEM
Lnet/minecraft/network/message/ChatVisibility;SYSTEM:Lnet/minecraft/network/message/ChatVisibility;
intermediary field_7539
Lnet/minecraft/class_1659;field_7539:Lnet/minecraft/class_1659;
official b
Lcmx;b:Lcmx;
-
HIDDEN
- Mappings:
Namespace Name Mixin selector named HIDDEN
Lnet/minecraft/network/message/ChatVisibility;HIDDEN:Lnet/minecraft/network/message/ChatVisibility;
intermediary field_7536
Lnet/minecraft/class_1659;field_7536:Lnet/minecraft/class_1659;
official c
Lcmx;c:Lcmx;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector named BY_ID
Lnet/minecraft/network/message/ChatVisibility;BY_ID:Ljava/util/function/IntFunction;
intermediary field_7534
Lnet/minecraft/class_1659;field_7534:Ljava/util/function/IntFunction;
official d
Lcmx;d:Ljava/util/function/IntFunction;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/network/message/ChatVisibility;id:I
intermediary field_7535
Lnet/minecraft/class_1659;field_7535:I
official e
Lcmx;e:I
-
translationKey
- Mappings:
Namespace Name Mixin selector named translationKey
Lnet/minecraft/network/message/ChatVisibility;translationKey:Ljava/lang/String;
intermediary field_7540
Lnet/minecraft/class_1659;field_7540:Ljava/lang/String;
official f
Lcmx;f:Ljava/lang/String;
-
-
Constructor Details
-
ChatVisibility
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/message/ChatVisibility;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1659;<init>(Ljava/lang/String;IILjava/lang/String;)V
official <init>
Lcmx;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
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
-
getId
public int getId()- Specified by:
getId
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/util/TranslatableOption;getId()I
intermediary method_7362
Lnet/minecraft/class_7291;method_7362()I
official a
Lazc;a()I
-
getTranslationKey
- Specified by:
getTranslationKey
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector named getTranslationKey
Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
intermediary method_7359
Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
official b
Lazc;b()Ljava/lang/String;
-
byId
- Mappings:
Namespace Name Mixin selector named byId
Lnet/minecraft/network/message/ChatVisibility;byId(I)Lnet/minecraft/network/message/ChatVisibility;
intermediary method_7360
Lnet/minecraft/class_1659;method_7360(I)Lnet/minecraft/class_1659;
official a
Lcmx;a(I)Lcmx;
-