toggleEnchantments

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

Toggles the given enchantments on this ItemStack. If the enchantment is already set, it will be removed.

Return

this ItemStack

Parameters

enchantments

the enchantments to toggle