api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
ItemMeta
/
withDamage
with
Damage
@
Contract
(
value
=
"_ -> new"
,
pure
=
true
)
abstract
fun
withDamage
(
damage
:
Int
)
:
ItemMeta
Creates new item metadata with the given
damage
.
Return
new item metadata
Parameters
damage
the new damage