Package net.minecraft.client.option
Enum Class AttackIndicator
- All Implemented Interfaces:
Serializable
,Comparable<AttackIndicator>
,Constable
,TranslatableOption
@Environment(CLIENT)
public enum AttackIndicator
extends Enum<AttackIndicator>
implements TranslatableOption
- Mappings:
Namespace Name official eus
intermediary net/minecraft/class_4061
named net/minecraft/client/option/AttackIndicator
-
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 static final IntFunction<AttackIndicator>
private final int
private final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttackIndicator
byId
(int id) int
getId()
static AttackIndicator
Returns the enum constant of this class with the specified name.static AttackIndicator[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraft.util.TranslatableOption
getText
-
Enum Constant Details
-
OFF
- Mappings:
Namespace Name Mixin selector official a
Leus;a:Leus;
intermediary field_18151
Lnet/minecraft/class_4061;field_18151:Lnet/minecraft/class_4061;
named OFF
Lnet/minecraft/client/option/AttackIndicator;OFF:Lnet/minecraft/client/option/AttackIndicator;
-
CROSSHAIR
- Mappings:
Namespace Name Mixin selector official b
Leus;b:Leus;
intermediary field_18152
Lnet/minecraft/class_4061;field_18152:Lnet/minecraft/class_4061;
named CROSSHAIR
Lnet/minecraft/client/option/AttackIndicator;CROSSHAIR:Lnet/minecraft/client/option/AttackIndicator;
-
HOTBAR
- Mappings:
Namespace Name Mixin selector official c
Leus;c:Leus;
intermediary field_18153
Lnet/minecraft/class_4061;field_18153:Lnet/minecraft/class_4061;
named HOTBAR
Lnet/minecraft/client/option/AttackIndicator;HOTBAR:Lnet/minecraft/client/option/AttackIndicator;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector official d
Leus;d:Ljava/util/function/IntFunction;
intermediary field_18154
Lnet/minecraft/class_4061;field_18154:Ljava/util/function/IntFunction;
named BY_ID
Lnet/minecraft/client/option/AttackIndicator;BY_ID:Ljava/util/function/IntFunction;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official e
Leus;e:I
intermediary field_18155
Lnet/minecraft/class_4061;field_18155:I
named id
Lnet/minecraft/client/option/AttackIndicator;id:I
-
translationKey
- Mappings:
Namespace Name Mixin selector official f
Leus;f:Ljava/lang/String;
intermediary field_18156
Lnet/minecraft/class_4061;field_18156:Ljava/lang/String;
named translationKey
Lnet/minecraft/client/option/AttackIndicator;translationKey:Ljava/lang/String;
-
-
Constructor Details
-
AttackIndicator
- Mappings:
Namespace Name Mixin selector official <init>
Leus;<init>(Ljava/lang/String;IILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_4061;<init>(Ljava/lang/String;IILjava/lang/String;)V
named <init>
Lnet/minecraft/client/option/AttackIndicator;<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()- Specified by:
getId
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector official a
Lauq;a()I
intermediary method_7362
Lnet/minecraft/class_7291;method_7362()I
named getId
Lnet/minecraft/util/TranslatableOption;getId()I
-
getTranslationKey
- Specified by:
getTranslationKey
in interfaceTranslatableOption
- Mappings:
Namespace Name Mixin selector official b
Lauq;b()Ljava/lang/String;
intermediary method_7359
Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;
named getTranslationKey
Lnet/minecraft/util/TranslatableOption;getTranslationKey()Ljava/lang/String;
-
byId
- Mappings:
Namespace Name Mixin selector official a
Leus;a(I)Leus;
intermediary method_18488
Lnet/minecraft/class_4061;method_18488(I)Lnet/minecraft/class_4061;
named byId
Lnet/minecraft/client/option/AttackIndicator;byId(I)Lnet/minecraft/client/option/AttackIndicator;
-