Package net.minecraft.client
Enum Class MinecraftClient.ChatRestriction
java.lang.Object
java.lang.Enum<MinecraftClient.ChatRestriction>
net.minecraft.client.MinecraftClient.ChatRestriction
- All Implemented Interfaces:
Serializable
,Comparable<MinecraftClient.ChatRestriction>
,Constable
- Enclosing class:
MinecraftClient
@Environment(CLIENT)
public static enum MinecraftClient.ChatRestriction
extends Enum<MinecraftClient.ChatRestriction>
Represents the restrictions on chat on a Minecraft client.
- See Also:
- Mappings:
Namespace Name official enn$a
intermediary net/minecraft/class_310$class_5859
named net/minecraft/client/MinecraftClient$ChatRestriction
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract boolean
allowsChat
(boolean singlePlayer) Returns the enum constant of this class with the specified name.static MinecraftClient.ChatRestriction[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ENABLED
- Mappings:
Namespace Name Mixin selector official a
Lenn$a;a:Lenn$a;
intermediary field_28940
Lnet/minecraft/class_310$class_5859;field_28940:Lnet/minecraft/class_310$class_5859;
named ENABLED
Lnet/minecraft/client/MinecraftClient$ChatRestriction;ENABLED:Lnet/minecraft/client/MinecraftClient$ChatRestriction;
-
DISABLED_BY_OPTIONS
- Mappings:
Namespace Name Mixin selector official b
Lenn$a;b:Lenn$a;
intermediary field_28941
Lnet/minecraft/class_310$class_5859;field_28941:Lnet/minecraft/class_310$class_5859;
named DISABLED_BY_OPTIONS
Lnet/minecraft/client/MinecraftClient$ChatRestriction;DISABLED_BY_OPTIONS:Lnet/minecraft/client/MinecraftClient$ChatRestriction;
-
DISABLED_BY_LAUNCHER
- Mappings:
Namespace Name Mixin selector official c
Lenn$a;c:Lenn$a;
intermediary field_28942
Lnet/minecraft/class_310$class_5859;field_28942:Lnet/minecraft/class_310$class_5859;
named DISABLED_BY_LAUNCHER
Lnet/minecraft/client/MinecraftClient$ChatRestriction;DISABLED_BY_LAUNCHER:Lnet/minecraft/client/MinecraftClient$ChatRestriction;
-
DISABLED_BY_PROFILE
- Mappings:
Namespace Name Mixin selector official d
Lenn$a;d:Lenn$a;
intermediary field_28943
Lnet/minecraft/class_310$class_5859;field_28943:Lnet/minecraft/class_310$class_5859;
named DISABLED_BY_PROFILE
Lnet/minecraft/client/MinecraftClient$ChatRestriction;DISABLED_BY_PROFILE:Lnet/minecraft/client/MinecraftClient$ChatRestriction;
-
-
Field Details
-
MORE_INFO_TEXT
- Mappings:
Namespace Name Mixin selector official e
Lenn$a;e:Lsw;
intermediary field_39456
Lnet/minecraft/class_310$class_5859;field_39456:Lnet/minecraft/class_2561;
named MORE_INFO_TEXT
Lnet/minecraft/client/MinecraftClient$ChatRestriction;MORE_INFO_TEXT:Lnet/minecraft/text/Text;
-
description
- Mappings:
Namespace Name Mixin selector official f
Lenn$a;f:Lsw;
intermediary field_28944
Lnet/minecraft/class_310$class_5859;field_28944:Lnet/minecraft/class_2561;
named description
Lnet/minecraft/client/MinecraftClient$ChatRestriction;description:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
ChatRestriction
- Mappings:
Namespace Name Mixin selector official <init>
Lenn$a;<init>(Ljava/lang/String;ILsw;)V
intermediary <init>
Lnet/minecraft/class_310$class_5859;<init>(Ljava/lang/String;ILnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/MinecraftClient$ChatRestriction;<init>(Ljava/lang/String;ILnet/minecraft/text/Text;)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
-
getDescription
- Mappings:
Namespace Name Mixin selector official a
Lenn$a;a()Lsw;
intermediary method_33885
Lnet/minecraft/class_310$class_5859;method_33885()Lnet/minecraft/class_2561;
named getDescription
Lnet/minecraft/client/MinecraftClient$ChatRestriction;getDescription()Lnet/minecraft/text/Text;
-
allowsChat
public abstract boolean allowsChat(boolean singlePlayer) - Mappings:
Namespace Name Mixin selector official a
Lenn$a;a(Z)Z
intermediary method_33886
Lnet/minecraft/class_310$class_5859;method_33886(Z)Z
named allowsChat
Lnet/minecraft/client/MinecraftClient$ChatRestriction;allowsChat(Z)Z
-