withoutAttributeModifier

@Contract(value = "_, _, _ -> new", pure = true)
abstract fun withoutAttributeModifier(modifier: ItemAttributeModifier): ItemMeta

Creates new item metadata with the given modifier removed from the list of modifiers for this item.

Return

new item metadata

Parameters

modifier

the modifier to remove