withItems

@Contract(value = "_ -> new", pure = true)
abstract fun withItems(items: List<ItemStack>): BundleMeta

Creates new item metadata with the given items.

Return

the new metadata

Parameters

items

the new items