Interface CustomArmorMaterial

All Superinterfaces:
net.minecraft.world.item.ArmorMaterial
All Known Implementing Classes:
ErrorLibArmorMaterial

public interface CustomArmorMaterial extends net.minecraft.world.item.ArmorMaterial
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
     
    default String
     
    default String
     

    Methods inherited from interface net.minecraft.world.item.ArmorMaterial

    getDefenseForType, getDurabilityForType, getEnchantmentValue, getEquipSound, getKnockbackResistance, getRepairIngredient, getToughness
  • Method Details

    • getId

      net.minecraft.resources.ResourceLocation getId()
    • getPath

      default String getPath()
    • getName

      default String getName()
      Specified by:
      getName in interface net.minecraft.world.item.ArmorMaterial