Class ArmorSet

java.lang.Object
net.xun.lib.common.api.item.armor.ArmorSet

public class ArmorSet extends Object
  • Constructor Details

    • ArmorSet

      public ArmorSet(String name, net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial> material, int durabilityFactor, net.minecraft.world.item.Item.Properties properties, ArmorConfigurator configuration, ItemRegistrar registrar)
  • Method Details

    • registerAll

      public ArmorSet registerAll()
    • helmet

      public Supplier<net.minecraft.world.item.ArmorItem> helmet()
    • chestplate

      public Supplier<net.minecraft.world.item.ArmorItem> chestplate()
    • leggings

      public Supplier<net.minecraft.world.item.ArmorItem> leggings()
    • boots

      public Supplier<net.minecraft.world.item.ArmorItem> boots()
    • getAll

      public List<net.minecraft.world.item.Item> getAll()