LocalWalking

open class LocalWalking

Utilities for traversing and inspecting the 'local' area. This is a 104x104 area.

See also

for walking long distances

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
open class Map
Represents a mapped area from some source position.

Functions

Link copied to clipboard
Creates a local map with the player position as the source return a local map
Creates a local map with the specified positionable as the source
Link copied to clipboard
open fun walkPath(path: List<Positionable>): Boolean
open fun walkPath(path: List<Positionable>, walkingCondition: Supplier<WalkState>): Boolean
Walks the specified path
Link copied to clipboard
open fun walkTo(target: Positionable): Boolean
open fun walkTo(target: Positionable, walkingCondition: Supplier<WalkState>): Boolean
Walks to the target location, if it is in the local area