withItem

@Contract(value = "_ -> new", pure = true)
abstract fun withItem(item: ItemStack): BundleMeta

Creates new item metadata with the given item added to the end of the items list.

Return

new item metadata

Parameters

item

the item to add