Class TilePath
java.lang.Object
com.epicbot.api.shared.model.path.Path
com.epicbot.api.shared.model.path.TilePath
- Direct Known Subclasses:
ScreenPath
Walks a path using the mini-map.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()Gets the end tile of this path.getNext(APIContext ctx) Gets the next available tile in this path.getStart()Gets the start tile of this path.Tile[]getTiles()randomize(int maxX, int maxY) reversed()booleantraverse(APIContext ctx) Takes a step along this path if appropriate.booleantraverse(APIContext ctx, boolean run) Takes a step along this path if appropriate.booleanvalidate(APIContext ctx) Checks whether or not this path can be traversed by the player.protected booleanwalk(APIContext ctx, Tile next) Methods inherited from class com.epicbot.api.shared.model.path.Path
enableRun, getPrecision