Protected
emitStatic
Readonly
RoutesOptional
nation?: stringOptional
nickname?: stringOptional
underground?: booleanOptional
world?: stringOptional
x?: string | numberOptional
yaw?: string | numberOptional
z?: string | numberStatic
calcCalculates the travel times (sec) for sneaking, walking, sprinting, and boating. Any decimals are truncated.
If the input distance is negative, all of the times will be 0.
The amount of blocks to travel.
Static
cardinalDetermines the direction to the destination from the origin.
By default, all 8 directions are allowed, including intermediates such as North-East
.
To turn this off and only allow the 4 basic cardinal directions (North
, East
, South
, West
),
you must pass false
as the allowIntermediates
argument.
Gets the route to the destination, including the closest nation given what
options
allows.