Uses of Interface
net.minecraft.item.ArmorMaterial
Package | Description |
---|---|
net.minecraft.item |
-
Uses of ArmorMaterial in net.minecraft.item
Classes in net.minecraft.item that implement ArmorMaterial Modifier and Type Class Description class
ArmorMaterials
Fields in net.minecraft.item declared as ArmorMaterial Modifier and Type Field Description protected ArmorMaterial
ArmorItem. type
Methods in net.minecraft.item that return ArmorMaterial Modifier and Type Method Description ArmorMaterial
ArmorItem. getMaterial()
Constructors in net.minecraft.item with parameters of type ArmorMaterial Constructor Description ArmorItem(ArmorMaterial material, EquipmentSlot slot, Item.Settings settings)
DyeableArmorItem(ArmorMaterial material, EquipmentSlot slot, Item.Settings settings)