addItem

@Contract(value = "_ -> this", mutates = "this")
abstract fun addItem(item: ItemStack): BundleMeta.Builder

Adds the given item to the bundle.

Return

this builder

Parameters

item

the item to add