Uses of Enum Class
net.minecraft.entity.EquipmentSlot.Type
-
Uses of EquipmentSlot.Type in net.minecraft.entity
Modifier and TypeMethodDescriptionEquipmentSlot.getType()
Returns the targetEquipmentSlot.Type
that this slot targets.static EquipmentSlot.Type
Returns the enum constant of this class with the specified name.static EquipmentSlot.Type[]
EquipmentSlot.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic EquipmentSlot
EquipmentSlot.fromTypeIndex
(EquipmentSlot.Type type, int index) Returns the equipment slot where the slot ID is equal toindex
and the type of the slot is equal totype
.ModifierConstructorDescriptionprivate
EquipmentSlot
(EquipmentSlot.Type type, int entityId, int armorStandId, String name)