Package net.minecraft.world.entity
Enum Class EquipmentSlot
- All Implemented Interfaces:
Serializable
,Comparable<EquipmentSlot>
,Constable
,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>, StringRepresentable.StringRepresentableCodec<S extends StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<EquipmentSlot>
private final int
private final int
private final String
private final EquipmentSlot.Type
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
EquipmentSlot
(EquipmentSlot.Type p_20739_, int p_20740_, int p_20741_, String p_20742_) -
Method Summary
Modifier and TypeMethodDescriptionstatic EquipmentSlot
static EquipmentSlot
byTypeAndIndex
(EquipmentSlot.Type p_20745_, int p_20746_) int
int
getIndex()
int
getIndex
(int p_147069_) getName()
getType()
boolean
isArmor()
static EquipmentSlot
Returns the enum constant of this class with the specified name.static EquipmentSlot[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
MAINHAND
-
OFFHAND
-
FEET
-
LEGS
-
CHEST
-
HEAD
-
-
Field Details
-
CODEC
-
type
-
index
private final int index -
filterFlag
private final int filterFlag -
name
-
-
Constructor Details
-
EquipmentSlot
-
-
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
-
getType
-
getIndex
public int getIndex() -
getIndex
public int getIndex(int p_147069_) -
getFilterFlag
public int getFilterFlag() -
getName
-
isArmor
public boolean isArmor() -
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-
byName
-
byTypeAndIndex
-