canPlaceOn

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

Sets the list of blocks the item can be placed on to the given blocks.

Return

this builder

Parameters

blocks

the blocks