Interface ArmorRebarItem
-
public interface ArmorRebarItemRepresents a RebarItem that is wearable piece of armor. Right now this is only used to determine the equipment type for custom armor textures.
-
-
Method Summary
Modifier and Type Method Description KeygetEquipmentType()The equipment type of this armor piece, used for custom armor textures. -
-
Method Detail
-
getEquipmentType
Key getEquipmentType()
The equipment type of this armor piece, used for custom armor textures. All armor pieces of the same type should have the same equipment type.
For example,
Diamond Helmet->minecraft:diamondBronze Chestplate->pylon:bronze
-
-
-
-