walkPath

static boolean walkPath(List<Positionable> path)

Walks the specified path

Return

true if walked successfully, false otherwise

Parameters

path

the path to walk

static boolean walkPath(List<Positionable> path, Supplier<WalkState> walkingCondition)

Walks the specified path

Return

true if walked successfully, false otherwise

Parameters

path

the path to walk

walkingCondition

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