Interface IArmorMaterial

All Known Implementing Classes:
ArmorMaterial

public interface IArmorMaterial
  • Method Details

    • getDurabilityForSlot

      int getDurabilityForSlot(EquipmentSlotType p_200896_1_)
    • getDefenseForSlot

      int getDefenseForSlot(EquipmentSlotType p_200902_1_)
    • getEnchantmentValue

      int getEnchantmentValue()
    • getEquipSound

      SoundEvent getEquipSound()
    • getRepairIngredient

      Ingredient getRepairIngredient()
    • getName

      String getName()
    • getToughness

      float getToughness()
    • getKnockbackResistance

      float getKnockbackResistance()