EnchantmentGenerator
Functions
Link copied to clipboard
public static HashMap<String, Integer> generateCustomEnchantments(double itemTier, Material material)
Link copied to clipboard
public static ItemMeta generateEnchantments(ItemMeta itemMeta, HashMap<Enchantment, Integer> enchantmentMap)
public static HashMap<Enchantment, Integer> generateEnchantments(double itemTier, Material material, ItemMeta itemMeta)
public static HashMap<Enchantment, Integer> generateEnchantments(double level, Material material, SkillType weaponType, ItemMeta meta)
Link copied to clipboard
Link copied to clipboard
public static HashMap<String, Integer> withProceduralCustomEnchantments(int level, CustomItemsConfigFields fields, HashMap<String, Integer> authored)
Link copied to clipboard
public static HashMap<Enchantment, Integer> withProceduralEnchantments(int level, CustomItemsConfigFields fields, HashMap<Enchantment, Integer> authored)