canDestroy

@Contract(value = "_ -> this", mutates = "this")
abstract fun canDestroy(blocks: Collection<Block>): B
@Contract(value = "_ -> this", mutates = "this")
open fun canDestroy(vararg blocks: Block): B

Sets the list of blocks the item can destroy to the given blocks.

Return

this builder

Parameters

blocks

the blocks