withCanPlaceOn

@Contract(value = "_ -> new", pure = true)
abstract fun withCanPlaceOn(blocks: Collection<Block>): ItemMeta

Creates new item metadata with the given can destroy blocks.

Return

new item metadata

Parameters

blocks

the new blocks the item can destroy