Interface WizardArmorMaterial

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

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

    Modifier and Type
    Method
    Description
    Map<net.minecraft.world.entity.EquipmentSlot,String>
     
    float
     
    float
     

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

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

    • getElementalCostReduction

      float getElementalCostReduction()
    • getCooldownReduction

      float getCooldownReduction()
    • getArmorPieceNames

      Map<net.minecraft.world.entity.EquipmentSlot,String> getArmorPieceNames()