api
a9eff54633
jvm
api
/
org.kryptonmc.api.item.meta
/
ItemMetaBuilder
/
addCanDestroy
add
Can
Destroy
@
Contract
(
value
=
"_ -> this"
,
mutates
=
"this"
)
abstract
fun
addCanDestroy
(
block
:
Block
)
:
B
Adds the given
block
to the list of blocks the item can destroy.
Return
this builder
Parameters
block
the block to add