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 p_348560_, int p_348539_, int p_348468_, int p_348612_, String p_348519_) private
EquipmentSlot
(EquipmentSlot.Type p_20739_, int p_20740_, int p_20741_, String p_20742_) -
Method Summary
Modifier and TypeMethodDescriptionstatic EquipmentSlot
boolean
int
getFilterBit
(int p_371931_) int
getId()
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
-
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
private EquipmentSlot(EquipmentSlot.Type p_348560_, int p_348539_, int p_348468_, int p_348612_, String p_348519_) -
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_) -
limit
-
getId
public int getId() -
getFilterBit
public int getFilterBit(int p_371931_) -
getName
-
isArmor
public boolean isArmor() -
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-
canIncreaseExperience
public boolean canIncreaseExperience() -
byName
-