Interface ArmorConfigurator


public interface ArmorConfigurator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ArmorConfigurator
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ArmorItem
    createArmor(ArmorType type, net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, int durabilityFactor, net.minecraft.world.item.Item.Properties props)
     
  • Field Details

  • Method Details

    • createArmor

      net.minecraft.world.item.ArmorItem createArmor(ArmorType type, net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, int durabilityFactor, net.minecraft.world.item.Item.Properties props)