Class ScreenPath
java.lang.Object
com.epicbot.api.shared.model.path.Path
com.epicbot.api.shared.model.path.TilePath
com.epicbot.api.shared.model.path.ScreenPath
Walks a path on screen.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionScreenPath(double precision, Tile... tiles) Construct a new path.ScreenPath(Tile... tiles) Construct a new path. -
Method Summary
Modifier and TypeMethodDescriptiongetNext(APIContext ctx) Gets the next available tile in this path.protected booleanwalk(APIContext ctx, Tile next) Methods inherited from class com.epicbot.api.shared.model.path.TilePath
getEnd, getStart, getTiles, randomize, reversed, traverse, traverse, validateMethods inherited from class com.epicbot.api.shared.model.path.Path
enableRun, getPrecision
-
Constructor Details
-
Method Details