Class ErrorLibArmorMaterial

java.lang.Object
com.riverstone.unknown303.errorlib.api.helpers.tier.ErrorLibArmorMaterial
All Implemented Interfaces:
CustomArmorMaterial, net.minecraft.world.item.ArmorMaterial

public class ErrorLibArmorMaterial extends Object implements CustomArmorMaterial
  • Method Details

    • getId

      public net.minecraft.resources.ResourceLocation getId()
      Specified by:
      getId in interface CustomArmorMaterial
    • getDurabilityForType

      public int getDurabilityForType(net.minecraft.world.item.ArmorItem.Type type)
      Specified by:
      getDurabilityForType in interface net.minecraft.world.item.ArmorMaterial
    • getDefenseForType

      public int getDefenseForType(net.minecraft.world.item.ArmorItem.Type type)
      Specified by:
      getDefenseForType in interface net.minecraft.world.item.ArmorMaterial
    • getEnchantmentValue

      public int getEnchantmentValue()
      Specified by:
      getEnchantmentValue in interface net.minecraft.world.item.ArmorMaterial
    • getEquipSound

      public net.minecraft.sounds.SoundEvent getEquipSound()
      Specified by:
      getEquipSound in interface net.minecraft.world.item.ArmorMaterial
    • getRepairIngredient

      public net.minecraft.world.item.crafting.Ingredient getRepairIngredient()
      Specified by:
      getRepairIngredient in interface net.minecraft.world.item.ArmorMaterial
    • getToughness

      public float getToughness()
      Specified by:
      getToughness in interface net.minecraft.world.item.ArmorMaterial
    • getKnockbackResistance

      public float getKnockbackResistance()
      Specified by:
      getKnockbackResistance in interface net.minecraft.world.item.ArmorMaterial