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.TypeEquipmentSlot. typeMethods in net.minecraft.entity that return EquipmentSlot.Type Modifier and Type Method Description EquipmentSlot.TypeEquipmentSlot. getType()static EquipmentSlot.TypeEquipmentSlot.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 EquipmentSlotEquipmentSlot. 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)