Klasse ArmorSetCreator

java.lang.Object
info.u_team.u_team_core.item.armor.ArmorSetCreator

public class ArmorSetCreator extends Object
  • Konstruktordetails

    • ArmorSetCreator

      public ArmorSetCreator()
  • Methodendetails

    • create

      public static ArmorSet create(CommonRegister<net.minecraft.world.item.Item> register, String name, net.minecraft.world.item.Item.Properties properties, Supplier<? extends net.minecraft.core.Holder<net.minecraft.world.item.ArmorMaterial>> material, int durabilityFactor)