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.ModifierConstructorDescriptionprivate
EquipmentSlot
(EquipmentSlot.Type type, int entityId, int maxCount, int index, String name) private
EquipmentSlot
(EquipmentSlot.Type type, int entityId, int index, String name)