etherwarpTo

fun etherwarpTo(targetPos: BlockPos, message: Boolean = false, fakeTp: Boolean = false): Boolean

Stages an etherwarp fake action to the specified block pos. Returns false as well as sends a chat message if etherwarp not possible. Checks the center of all 6 sides of the block for visibility.

Parameters

targetPos

the Target

message

if true sends a chat message on fail.

fakeTp

will set the position client side to the etherwarp position after sending the click packet.