Class Pathfinder
- java.lang.Object
-
- net.runelite.client.plugins.puzzlesolver.solver.pathfinding.Pathfinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<PuzzleState>
computePath(PuzzleState start)
-
-
-
Method Detail
-
computePath
public abstract List<PuzzleState> computePath(PuzzleState start)
-
-