Uses of Class
net.minecraft.entity.EquipmentSlot.Type
Package | Description |
---|---|
net.minecraft.entity |
-
Uses of EquipmentSlot.Type in net.minecraft.entity
Fields in net.minecraft.entity declared as EquipmentSlot.Type Modifier and Type Field Description private EquipmentSlot.Type
EquipmentSlot. type
Methods in net.minecraft.entity that return EquipmentSlot.Type Modifier and Type Method Description EquipmentSlot.Type
EquipmentSlot. getType()
static EquipmentSlot.Type
EquipmentSlot.Type. valueOf(String name)
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.Type Modifier and Type Method Description static EquipmentSlot
EquipmentSlot. fromTypeIndex(EquipmentSlot.Type type, int index)
Constructors in net.minecraft.entity with parameters of type EquipmentSlot.Type Constructor Description EquipmentSlot(EquipmentSlot.Type type, int entityId, int armorStandId, String name)