Interface ArmorMaterial

All Known Implementing Classes:
ArmorMaterials

public interface ArmorMaterial
  • Method Details

    • getDurability

      int getDurability​(EquipmentSlot slot)
    • getProtectionAmount

      int getProtectionAmount​(EquipmentSlot slot)
    • getEnchantability

      int getEnchantability()
    • getEquipSound

      SoundEvent getEquipSound()
    • getRepairIngredient

      Ingredient getRepairIngredient()
    • getName

      @Environment(CLIENT) String getName()
    • getToughness

      float getToughness()
    • getKnockbackResistance

      float getKnockbackResistance()