Uses of Enum Class
net.minecraft.entity.EquipmentSlot.Type
Packages that use EquipmentSlot.Type
-
Uses of EquipmentSlot.Type in net.minecraft.entity
Fields in net.minecraft.entity declared as EquipmentSlot.TypeMethods in net.minecraft.entity that return EquipmentSlot.TypeModifier 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.Constructors in net.minecraft.entity with parameters of type EquipmentSlot.TypeModifierConstructorDescriptionprivate
EquipmentSlot
(EquipmentSlot.Type type, int entityId, int maxCount, int armorStandId, String name) private
EquipmentSlot
(EquipmentSlot.Type type, int entityId, int armorStandId, String name)