ItemMetaPayload

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