Uses of Interface
net.minecraft.item.IArmorMaterial
-
Packages that use IArmorMaterial Package Description net.minecraft.item -
-
Uses of IArmorMaterial in net.minecraft.item
Classes in net.minecraft.item that implement IArmorMaterial Modifier and Type Class Description class
ArmorMaterial
Fields in net.minecraft.item declared as IArmorMaterial Modifier and Type Field Description protected IArmorMaterial
ArmorItem. material
Methods in net.minecraft.item that return IArmorMaterial Modifier and Type Method Description IArmorMaterial
ArmorItem. getMaterial()
Constructors in net.minecraft.item with parameters of type IArmorMaterial Constructor Description ArmorItem(IArmorMaterial p_i48534_1_, EquipmentSlotType p_i48534_2_, Item.Properties p_i48534_3_)
DyeableArmorItem(IArmorMaterial p_i50048_1_, EquipmentSlotType p_i50048_2_, Item.Properties p_i50048_3_)
-