Uses of Enum
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()
static EquipmentSlot.Type
Returns the enum constant of this type with the specified name.static EquipmentSlot.Type[]
EquipmentSlot.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity with parameters of type EquipmentSlot.TypeModifier and TypeMethodDescriptionstatic EquipmentSlot
EquipmentSlot.fromTypeIndex(EquipmentSlot.Type type, int index)
Constructors in net.minecraft.entity with parameters of type EquipmentSlot.TypeModifierConstructorDescriptionprivate
EquipmentSlot(EquipmentSlot.Type type, int entityId, int armorStandId, String name)