placeBlock

@JvmName(name = "placeBlock")
fun placeBlock(blockPos: BlockPos, hand: InteractionHand): Boolean

Places a block at the given blockPos using the given hand.

Return

true if the block was placed, false otherwise