Package net.minecraft.client.option
Enum AoMode
- All Implemented Interfaces:
Serializable
,Comparable<AoMode>
,java.lang.constant.Constable
@Environment(CLIENT) public enum AoMode extends Enum<AoMode>
- Mappings:
Namespace Name official dpt
intermediary net/minecraft/class_4060
named net/minecraft/client/option/AoMode
-
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 String
translationKey
private static AoMode[]
VALUES
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static AoMode
byId(int id)
int
getId()
String
getTranslationKey()
static AoMode
valueOf(String name)
Returns the enum constant of this type with the specified name.static AoMode[]
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
Ldpt;a:Ldpt;
intermediary field_18144
Lnet/minecraft/class_4060;field_18144:Lnet/minecraft/class_4060;
named OFF
Lnet/minecraft/client/option/AoMode;OFF:Lnet/minecraft/client/option/AoMode;
-
MIN
- Mappings:
Namespace Name Mixin selector official b
Ldpt;b:Ldpt;
intermediary field_18145
Lnet/minecraft/class_4060;field_18145:Lnet/minecraft/class_4060;
named MIN
Lnet/minecraft/client/option/AoMode;MIN:Lnet/minecraft/client/option/AoMode;
-
MAX
- Mappings:
Namespace Name Mixin selector official c
Ldpt;c:Ldpt;
intermediary field_18146
Lnet/minecraft/class_4060;field_18146:Lnet/minecraft/class_4060;
named MAX
Lnet/minecraft/client/option/AoMode;MAX:Lnet/minecraft/client/option/AoMode;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official d
Ldpt;d:[Ldpt;
intermediary field_18147
Lnet/minecraft/class_4060;field_18147:[Lnet/minecraft/class_4060;
named VALUES
Lnet/minecraft/client/option/AoMode;VALUES:[Lnet/minecraft/client/option/AoMode;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official e
Ldpt;e:I
intermediary field_18148
Lnet/minecraft/class_4060;field_18148:I
named id
Lnet/minecraft/client/option/AoMode;id:I
-
translationKey
- Mappings:
Namespace Name Mixin selector official f
Ldpt;f:Ljava/lang/String;
intermediary field_18149
Lnet/minecraft/class_4060;field_18149:Ljava/lang/String;
named translationKey
Lnet/minecraft/client/option/AoMode;translationKey:Ljava/lang/String;
-
-
Constructor Details
-
AoMode
- Mappings:
Namespace Name Mixin selector official <init>
Ldpt;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4060;<init>(Ljava/lang/String;IILjava/lang/String;)V
named <init>
Lnet/minecraft/client/option/AoMode;<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
Ldpt;a()I
intermediary method_18483
Lnet/minecraft/class_4060;method_18483()I
named getId
Lnet/minecraft/client/option/AoMode;getId()I
-
getTranslationKey
- Mappings:
Namespace Name Mixin selector official b
Ldpt;b()Ljava/lang/String;
intermediary method_18485
Lnet/minecraft/class_4060;method_18485()Ljava/lang/String;
named getTranslationKey
Lnet/minecraft/client/option/AoMode;getTranslationKey()Ljava/lang/String;
-
byId
- Mappings:
Namespace Name Mixin selector official a
Ldpt;a(I)Ldpt;
intermediary method_18484
Lnet/minecraft/class_4060;method_18484(I)Lnet/minecraft/class_4060;
named byId
Lnet/minecraft/client/option/AoMode;byId(I)Lnet/minecraft/client/option/AoMode;
-