Interface ArmorMaterial

All Known Implementing Classes:
ArmorMaterials

public interface ArmorMaterial
  • Method Details

    • getDurabilityForType

      int getDurabilityForType(ArmorItem.Type p_266807_)
    • getDefenseForType

      int getDefenseForType(ArmorItem.Type p_267168_)
    • getEnchantmentValue

      int getEnchantmentValue()
    • getEquipSound

      SoundEvent getEquipSound()
    • getRepairIngredient

      Ingredient getRepairIngredient()
    • getName

      String getName()
    • getToughness

      float getToughness()
    • getKnockbackResistance

      float getKnockbackResistance()