Package net.minecraft.client.option
Enum Class NarratorMode
- All Implemented Interfaces:
Serializable,Comparable<NarratorMode>,Constable
- Mappings:
Namespace Name official efrintermediary net/minecraft/class_4065named 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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final Textprivate static final NarratorMode[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NarratorModebyId(int id) intgetId()getName()booleanbooleanstatic NarratorModeReturns 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 aLefr;a:Lefr;intermediary field_18176Lnet/minecraft/class_4065;field_18176:Lnet/minecraft/class_4065;named OFFLnet/minecraft/client/option/NarratorMode;OFF:Lnet/minecraft/client/option/NarratorMode;
-
ALL
- Mappings:
Namespace Name Mixin selector official bLefr;b:Lefr;intermediary field_18177Lnet/minecraft/class_4065;field_18177:Lnet/minecraft/class_4065;named ALLLnet/minecraft/client/option/NarratorMode;ALL:Lnet/minecraft/client/option/NarratorMode;
-
CHAT
- Mappings:
Namespace Name Mixin selector official cLefr;c:Lefr;intermediary field_18178Lnet/minecraft/class_4065;field_18178:Lnet/minecraft/class_4065;named CHATLnet/minecraft/client/option/NarratorMode;CHAT:Lnet/minecraft/client/option/NarratorMode;
-
SYSTEM
- Mappings:
Namespace Name Mixin selector official dLefr;d:Lefr;intermediary field_18179Lnet/minecraft/class_4065;field_18179:Lnet/minecraft/class_4065;named SYSTEMLnet/minecraft/client/option/NarratorMode;SYSTEM:Lnet/minecraft/client/option/NarratorMode;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official eLefr;e:[Lefr;intermediary field_18180Lnet/minecraft/class_4065;field_18180:[Lnet/minecraft/class_4065;named VALUESLnet/minecraft/client/option/NarratorMode;VALUES:[Lnet/minecraft/client/option/NarratorMode;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official fLefr;f:Iintermediary field_18181Lnet/minecraft/class_4065;field_18181:Inamed idLnet/minecraft/client/option/NarratorMode;id:I
-
name
- Mappings:
Namespace Name Mixin selector official gLefr;g:Lro;intermediary field_24212Lnet/minecraft/class_4065;field_24212:Lnet/minecraft/class_2561;named nameLnet/minecraft/client/option/NarratorMode;name:Lnet/minecraft/text/Text;
-
-
Constructor Details
-
NarratorMode
- Mappings:
Namespace Name Mixin selector official <init>Lefr;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_4065;<init>(Ljava/lang/String;IILjava/lang/String;)Vnamed <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 aLefr;a()Iintermediary method_18509Lnet/minecraft/class_4065;method_18509()Inamed getIdLnet/minecraft/client/option/NarratorMode;getId()I
-
getName
- Mappings:
Namespace Name Mixin selector official bLefr;b()Lro;intermediary method_18511Lnet/minecraft/class_4065;method_18511()Lnet/minecraft/class_2561;named getNameLnet/minecraft/client/option/NarratorMode;getName()Lnet/minecraft/text/Text;
-
byId
- Mappings:
Namespace Name Mixin selector official aLefr;a(I)Lefr;intermediary method_18510Lnet/minecraft/class_4065;method_18510(I)Lnet/minecraft/class_4065;named byIdLnet/minecraft/client/option/NarratorMode;byId(I)Lnet/minecraft/client/option/NarratorMode;
-
shouldNarrateChat
public boolean shouldNarrateChat()- Mappings:
Namespace Name Mixin selector official cLefr;c()Zintermediary method_44715Lnet/minecraft/class_4065;method_44715()Znamed shouldNarrateChatLnet/minecraft/client/option/NarratorMode;shouldNarrateChat()Z
-
shouldNarrateSystem
public boolean shouldNarrateSystem()- Mappings:
Namespace Name Mixin selector official dLefr;d()Zintermediary method_44716Lnet/minecraft/class_4065;method_44716()Znamed shouldNarrateSystemLnet/minecraft/client/option/NarratorMode;shouldNarrateSystem()Z
-