Package net.minecraft.world.item
Interface ArmorMaterial
- All Known Implementing Classes:
- ArmorMaterials
public interface ArmorMaterial
- 
Method SummaryModifier and TypeMethodDescriptionintgetDefenseForType(ArmorItem.Type p_267168_) intgetDurabilityForType(ArmorItem.Type p_266807_) intfloatgetName()float
- 
Method Details- 
getDurabilityForType
- 
getDefenseForType
- 
getEnchantmentValueint getEnchantmentValue()
- 
getEquipSoundSoundEvent getEquipSound()
- 
getRepairIngredientIngredient getRepairIngredient()
- 
getNameString getName()
- 
getToughnessfloat getToughness()
- 
getKnockbackResistancefloat getKnockbackResistance()
 
-