removeEnchantments

fun ItemStack.removeEnchantments(vararg enchantments: SimpleEnchantment): ItemStack
fun ItemStack.removeEnchantments(vararg enchantments: Enchantment): ItemStack

Removes the given enchantments from this ItemStack

Return

this ItemStack

Parameters

enchantments

the enchantments to remove