api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
BundleMeta
/
withItems
with
Items
@
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