Package net.minecraft.client.option
Enum NarratorMode
- All Implemented Interfaces:
Serializable
,Comparable<NarratorMode>
,java.lang.constant.Constable
@Environment(CLIENT) public enum NarratorMode extends Enum<NarratorMode>
- Mappings:
Namespace Name official dqm
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
Fields Modifier and Type Field Description private int
id
private Text
name
private static NarratorMode[]
VALUES
-
Constructor Summary
Constructors Modifier Constructor Description private
NarratorMode(int id, String name)
-
Method Summary
Modifier and Type Method Description static NarratorMode
byId(int id)
int
getId()
Text
getName()
static NarratorMode
valueOf(String name)
Returns the enum constant of this type with the specified name.static NarratorMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official a
Ldqm;a:Ldqm;
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
Ldqm;b:Ldqm;
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
Ldqm;c:Ldqm;
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
Ldqm;d:Ldqm;
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
Ldqm;e:[Ldqm;
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
Ldqm;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
Ldqm;g:Loi;
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>
Ldqm;<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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector official a
Ldqm;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
Ldqm;b()Loi;
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
Ldqm;a(I)Ldqm;
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;
-