ItemMetaPayload

constructor(name: Component? = null, lore: List<Component>? = null, isUnbreakable: Boolean = false, damage: Int = 0, customModelData: Int? = null, enchantments: Map<Enchantment, Int> = emptyMap(), flags: Set<ItemFlag> = emptySet())(source)