addEnchantments

fun ItemStack.addEnchantments(vararg enchantments: SimpleEnchantment): ItemStack

Adds the given enchantments to this ItemStack

Return

this ItemStack

Parameters

enchantments

the enchantments to add


fun ItemStack.addEnchantments(vararg enchantments: Enchantment): ItemStack

Adds the given enchantments to this ItemStack with default level 1

Return

this ItemStack

Parameters

enchantments

the enchantments to add