public class PathAnalyzer
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PathAnalyzer.DestinationDetails |
static class |
PathAnalyzer.PathState |
| Modifier and Type | Field and Description |
|---|---|
static RealTimeCollisionTile |
closestToPlayer |
static RealTimeCollisionTile |
furthestReachable |
| Constructor and Description |
|---|
PathAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
static RealTimeCollisionTile |
closestTileInPathToPlayer(java.util.ArrayList<org.tribot.api2007.types.RSTile> path) |
static scripts.webwalker_logic.local.walker_engine.local_pathfinding.PathAnalyzer.Direction |
directionTo(org.tribot.api2007.types.RSTile fromNode,
org.tribot.api2007.types.RSTile toNode) |
static PathAnalyzer.DestinationDetails |
furthestReachableTile(java.util.ArrayList<org.tribot.api2007.types.RSTile> path) |
static PathAnalyzer.DestinationDetails |
furthestReachableTile(java.util.ArrayList<org.tribot.api2007.types.RSTile> path,
PathFindingNode currentPosition) |
public static RealTimeCollisionTile closestToPlayer
public static RealTimeCollisionTile furthestReachable
public static RealTimeCollisionTile closestTileInPathToPlayer(java.util.ArrayList<org.tribot.api2007.types.RSTile> path)
public static PathAnalyzer.DestinationDetails furthestReachableTile(java.util.ArrayList<org.tribot.api2007.types.RSTile> path)
public static PathAnalyzer.DestinationDetails furthestReachableTile(java.util.ArrayList<org.tribot.api2007.types.RSTile> path, PathFindingNode currentPosition)
public static scripts.webwalker_logic.local.walker_engine.local_pathfinding.PathAnalyzer.Direction directionTo(org.tribot.api2007.types.RSTile fromNode,
org.tribot.api2007.types.RSTile toNode)