walkToBank

abstract boolean walkToBank()

Attempts to walk to the nearest bank

Return

true if walked successfully, false otherwise

abstract boolean walkToBank(Supplier<WalkState> walkCondition)

Attempts to walk to the nearest bank

Return

true if walked successfully, false otherwise

Parameters

walkCondition

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