Package net.minecraft.util
Enum Class Arm
- All Implemented Interfaces:
Serializable,Comparable<Arm>,Constable,class_7291
- Mappings:
Namespace Name official ayvintermediary net/minecraft/class_1306named net/minecraft/util/Arm
-
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
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_7291
method_42627
-
Enum Constant Details
-
LEFT
- Mappings:
Namespace Name Mixin selector official aLayv;a:Layv;intermediary field_6182Lnet/minecraft/class_1306;field_6182:Lnet/minecraft/class_1306;named LEFTLnet/minecraft/util/Arm;LEFT:Lnet/minecraft/util/Arm;
-
RIGHT
- Mappings:
Namespace Name Mixin selector official bLayv;b:Layv;intermediary field_6183Lnet/minecraft/class_1306;field_6183:Lnet/minecraft/class_1306;named RIGHTLnet/minecraft/util/Arm;RIGHT:Lnet/minecraft/util/Arm;
-
-
Field Details
-
field_38385
private final int field_38385- Mappings:
Namespace Name Mixin selector official cLayv;c:Iintermediary field_38385Lnet/minecraft/class_1306;field_38385:Inamed field_38385Lnet/minecraft/util/Arm;field_38385:I
-
optionName
- Mappings:
Namespace Name Mixin selector official dLayv;d:Ljava/lang/String;intermediary field_6181Lnet/minecraft/class_1306;field_6181:Ljava/lang/String;named optionNameLnet/minecraft/util/Arm;optionName:Ljava/lang/String;
-
-
Constructor Details
-
Arm
-
-
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
-
getOpposite
- Mappings:
Namespace Name Mixin selector official dLayv;d()Layv;intermediary method_5928Lnet/minecraft/class_1306;method_5928()Lnet/minecraft/class_1306;named getOppositeLnet/minecraft/util/Arm;getOpposite()Lnet/minecraft/util/Arm;
-
getId
public int getId()- Specified by:
getIdin interfaceclass_7291- Mappings:
Namespace Name Mixin selector official aLakd;a()Iintermediary method_7362Lnet/minecraft/class_7291;method_7362()Inamed getIdLnet/minecraft/class_7291;getId()I
-
getTranslationKey
- Specified by:
getTranslationKeyin interfaceclass_7291- Mappings:
Namespace Name Mixin selector official bLakd;b()Ljava/lang/String;intermediary method_7359Lnet/minecraft/class_7291;method_7359()Ljava/lang/String;named getTranslationKeyLnet/minecraft/class_7291;getTranslationKey()Ljava/lang/String;
-