Package net.minecraft.world.entity
Enum Class EquipmentSlot
- All Implemented Interfaces:
Serializable
,Comparable<EquipmentSlot>
,Constable
,StringRepresentable
-
Nested Class Summary
Nested ClassesNested 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
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntFunction
<EquipmentSlot> static final StringRepresentable.EnumCodec
<EquipmentSlot> private final int
private final int
private final int
private final String
static final int
static final StreamCodec
<io.netty.buffer.ByteBuf, EquipmentSlot> private final EquipmentSlot.Type
static final List
<EquipmentSlot> Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
EquipmentSlot
(EquipmentSlot.Type pType, int pIndex, int pCountLimit, int pId, String pName) private
EquipmentSlot
(EquipmentSlot.Type pType, int pIndex, int pFilterFlag, String pName) -
Method Summary
Modifier and TypeMethodDescriptionstatic EquipmentSlot
boolean
int
getFilterBit
(int pOffset) int
getId()
int
getIndex()
int
getIndex
(int pBaseIndex) 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
-
BODY
-
SADDLE
-
-
Field Details
-
NO_COUNT_LIMIT
public static final int NO_COUNT_LIMIT- See Also:
-
VALUES
-
BY_ID
-
CODEC
-
STREAM_CODEC
-
type
-
index
private final int index -
countLimit
private final int countLimit -
id
private final int id -
name
-
-
Constructor Details
-
EquipmentSlot
-
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 pBaseIndex) -
limit
-
getId
public int getId() -
getFilterBit
public int getFilterBit(int pOffset) -
getName
-
isArmor
public boolean isArmor() -
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-
canIncreaseExperience
public boolean canIncreaseExperience() -
byName
-