interact

open fun interact(pos: BlockPos): Boolean

Makes Taterzen interact with block at given position. It doesn't work if given position is too far away (>4 blocks)

Return

true if interaction was successfull, otherwise false.

Parameters

pos

position of block to interact with.