api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
BundleMeta
/
Builder
/
addItem
add
Item
@
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