items

@Contract(value = "_ -> this", mutates = "this")
abstract fun items(items: Collection<ItemStack>): BundleMeta.Builder
@Contract(value = "_ -> this", mutates = "this")
open fun items(vararg items: ItemStack): BundleMeta.Builder

Sets the items held by the bundle to the given items.

Return

this builder

Parameters

items

the items