Package net.minecraft.world.entity
Enum Class HumanoidArm
- All Implemented Interfaces:
Serializable
,Comparable<HumanoidArm>
,Constable
,OptionEnum
,StringRepresentable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentable
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final IntFunction<HumanoidArm>
static final com.mojang.serialization.Codec<HumanoidArm>
private final int
private final String
private final String
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
HumanoidArm
(int p_217028_, String p_217029_, String p_295547_) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
getKey()
static HumanoidArm
Returns the enum constant of this class with the specified name.static HumanoidArm[]
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.OptionEnum
getCaption
-
Enum Constant Details
-
LEFT
-
RIGHT
-
-
Field Details
-
CODEC
-
BY_ID
-
id
private final int id -
name
-
translationKey
-
-
Constructor Details
-
HumanoidArm
-
-
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
-
getId
public int getId()- Specified by:
getId
in interfaceOptionEnum
-
getKey
- Specified by:
getKey
in interfaceOptionEnum
-
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-