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 classArmorMaterialFields in net.minecraft.item declared as IArmorMaterial Modifier and Type Field Description protected IArmorMaterialArmorItem. materialMethods in net.minecraft.item that return IArmorMaterial Modifier and Type Method Description IArmorMaterialArmorItem. 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_)
-