addCanDestroy

@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