Package net.minecraft.client.option
Enum Class NarratorMode
- All Implemented Interfaces:
Serializable
,Comparable<NarratorMode>
,Constable
- Mappings:
Namespace Name official dyt
intermediary net/minecraft/class_4065
named net/minecraft/client/option/NarratorMode
-
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 final int
private final Text
private static final NarratorMode[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic NarratorMode
byId
(int id) int
getId()
getName()
static NarratorMode
Returns the enum constant of this class with the specified name.static NarratorMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a:Ldyt;
intermediary field_18176
Lnet/minecraft/class_4065;field_18176:Lnet/minecraft/class_4065;
named OFF
Lnet/minecraft/client/option/NarratorMode;OFF:Lnet/minecraft/client/option/NarratorMode;
-
ALL
- Mappings:
Namespace Name Mixin selector official b
Ldyt;b:Ldyt;
intermediary field_18177
Lnet/minecraft/class_4065;field_18177:Lnet/minecraft/class_4065;
named ALL
Lnet/minecraft/client/option/NarratorMode;ALL:Lnet/minecraft/client/option/NarratorMode;
-
CHAT
- Mappings:
Namespace Name Mixin selector official c
Ldyt;c:Ldyt;
intermediary field_18178
Lnet/minecraft/class_4065;field_18178:Lnet/minecraft/class_4065;
named CHAT
Lnet/minecraft/client/option/NarratorMode;CHAT:Lnet/minecraft/client/option/NarratorMode;
-
SYSTEM
- Mappings:
Namespace Name Mixin selector official d
Ldyt;d:Ldyt;
intermediary field_18179
Lnet/minecraft/class_4065;field_18179:Lnet/minecraft/class_4065;
named SYSTEM
Lnet/minecraft/client/option/NarratorMode;SYSTEM:Lnet/minecraft/client/option/NarratorMode;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official e
Ldyt;e:[Ldyt;
intermediary field_18180
Lnet/minecraft/class_4065;field_18180:[Lnet/minecraft/class_4065;
named VALUES
Lnet/minecraft/client/option/NarratorMode;VALUES:[Lnet/minecraft/client/option/NarratorMode;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official f
Ldyt;f:I
intermediary field_18181
Lnet/minecraft/class_4065;field_18181:I
named id
Lnet/minecraft/client/option/NarratorMode;id:I
-
name
- Mappings:
Namespace Name Mixin selector official g
Ldyt;g:Lqk;
intermediary field_24212
Lnet/minecraft/class_4065;field_24212:Lnet/minecraft/class_2561;
named name
Lnet/minecraft/client/option/NarratorMode;name:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
NarratorMode
- Mappings:
Namespace Name Mixin selector official <init>
Ldyt;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4065;<init>(Ljava/lang/String;IILjava/lang/String;)V
named <init>
Lnet/minecraft/client/option/NarratorMode;<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()- Mappings:
Namespace Name Mixin selector official a
Ldyt;a()I
intermediary method_18509
Lnet/minecraft/class_4065;method_18509()I
named getId
Lnet/minecraft/client/option/NarratorMode;getId()I
-
getName
- Mappings:
Namespace Name Mixin selector official b
Ldyt;b()Lqk;
intermediary method_18511
Lnet/minecraft/class_4065;method_18511()Lnet/minecraft/class_2561;
named getName
Lnet/minecraft/client/option/NarratorMode;getName()Lnet/minecraft/text/Text;
-
byId
- Mappings:
Namespace Name Mixin selector official a
Ldyt;a(I)Ldyt;
intermediary method_18510
Lnet/minecraft/class_4065;method_18510(I)Lnet/minecraft/class_4065;
named byId
Lnet/minecraft/client/option/NarratorMode;byId(I)Lnet/minecraft/client/option/NarratorMode;
-