Enum Class EquipmentSlot
- All Implemented Interfaces:
Serializable, Comparable<EquipmentSlot>, Constable, StringRepresentable
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class Enum
Enum.EnumDesc<E>Nested classes/interfaces inherited from interface StringRepresentable
StringRepresentable.EnumCodec<E>, StringRepresentable.StringRepresentableCodec<S> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntFunction<EquipmentSlot> static final StringRepresentable.EnumCodec<EquipmentSlot> final intprivate final intprivate final intprivate final Stringstatic final intstatic final StreamCodec<io.netty.buffer.ByteBuf, EquipmentSlot> private final EquipmentSlot.Typestatic final List<EquipmentSlot> Fields inherited from interface StringRepresentable
PRE_BUILT_MAP_THRESHOLD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateEquipmentSlot(EquipmentSlot.Type type, int index, int countLimit, int id, String name) privateEquipmentSlot(EquipmentSlot.Type type, int index, int filterFlag, String name) -
Method Summary
Modifier and TypeMethodDescriptionstatic EquipmentSlotbooleanintgetFilterBit(int offset) intgetId()intgetIndex()intgetIndex(int base) getName()getType()booleanisArmor()static EquipmentSlotReturns 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
public 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 base) -
limit
-
getId
public int getId() -
getFilterBit
public int getFilterBit(int offset) -
getName
-
isArmor
public boolean isArmor() -
getSerializedName
- Specified by:
getSerializedNamein interfaceStringRepresentable
-
canIncreaseExperience
public boolean canIncreaseExperience() -
byName
-