Class ExpandEnchantmentByCostWithDifficulty

java.lang.Object
com.blamejared.crafttweaker.natives.item.enchantment.provider.type.ExpandEnchantmentByCostWithDifficulty

@ZenRegister public class ExpandEnchantmentByCostWithDifficulty extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.item.enchantment.Enchantment[]
    enchantment(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)
     
    static int
    maxCostSpan(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)
     
    static int
    minCost(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)
     
    static net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty
    of(net.minecraft.world.item.enchantment.Enchantment[] enchantments, int minCost, int maxCostSpan)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ExpandEnchantmentByCostWithDifficulty

      public ExpandEnchantmentByCostWithDifficulty()
  • Method Details

    • of

      public static net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty of(net.minecraft.world.item.enchantment.Enchantment[] enchantments, int minCost, int maxCostSpan)
    • enchantment

      public static net.minecraft.world.item.enchantment.Enchantment[] enchantment(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)
    • minCost

      public static int minCost(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)
    • maxCostSpan

      public static int maxCostSpan(net.minecraft.world.item.enchantment.providers.EnchantmentsByCostWithDifficulty internal)