1package com.runehive.game.world.entity.mob.movement.waypoint;
3import com.runehive.game.world.entity.mob.Mob;
4import com.runehive.game.world.Interactable;
5import com.runehive.util.Utility;
synchronized final void cancel()
Cancels all subsequent executions.
WalkToWaypoint(Mob mob, Interactable target, Runnable onDestination)
Waypoint(Mob mob, Interactable target)
Handles miscellaneous methods.
static Position findBestInside(Interactable source, Interactable target)
An object implementing Interactable has uses.