addCanPlaceOn

@Contract(value = "_ -> this", mutates = "this")
abstract fun addCanPlaceOn(block: Block): B

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

Return

this builder

Parameters

block

the block to add