walkTo

open fun walkTo(position: Positionable): Boolean

Walks to the specified position

Return

true if walked successfully, false otherwise

Parameters

position

the position to walk to


open fun walkTo(position: Positionable, walkCondition: Supplier<WalkState>): Boolean

Walks to the specified position

Return

true if walked successfully, false otherwise

Parameters

position

the position to walk to

walkCondition

the walking condition to break out of walking early - this is checked often while walking