DaxWalkerAdapter

public class DaxWalkerAdapter implements GlobalWalkerAdapter

A walking adapter for using dax walker.

Constructors

DaxWalkerAdapter
Link copied to clipboard
void DaxWalkerAdapter(String publicKey, String secretKey)
Creates a new DaxWalkerAdapter

Types

Teleport
Link copied to clipboard
public enum Teleport

Functions

setGlobalWalkingCondition
Link copied to clipboard
void setGlobalWalkingCondition(Supplier<WalkState> globalWalkingCondition)
Sets the global walking condition.
setMoveCosts
Link copied to clipboard
void setMoveCosts(int moveCost)
walkTo
Link copied to clipboard
boolean walkTo(Positionable position)
Walks to the specified position
boolean walkTo(Positionable position, Supplier<WalkState> walkCondition)
Walks to the specified position
walkToBank
Link copied to clipboard
boolean walkToBank()
Attempts to walk to the nearest bank
boolean walkToBank(Supplier<WalkState> walkCondition)
Attempts to walk to the nearest bank