GlobalWalkerAdapter

public interface GlobalWalkerAdapter

Provides a definition for a webwalker that can be set as the engine of the GlobalWalker API

Functions

walkTo
Link copied to clipboard
abstract boolean walkTo(Positionable position)
Walks to the specified position
abstract boolean walkTo(Positionable position, Supplier<WalkState> walkCondition)
Walks to the specified position
walkToBank
Link copied to clipboard
abstract boolean walkToBank()
Attempts to walk to the nearest bank
abstract boolean walkToBank(Supplier<WalkState> walkCondition)
Attempts to walk to the nearest bank

Inheritors

DaxWalkerAdapter
Link copied to clipboard