| Name | Description | Type | Package | Framework |
| ClosestHeuristic | A heuristic that uses the tile that is closest to the target as the next best tile. | Class | org.newdawn.slick.util.pathfinding.heuristics | Slick |
| ClosestSquaredHeuristic | A heuristic that uses the tile that is closest to the target as the next best tile. | Class | org.newdawn.slick.util.pathfinding.heuristics | Slick |
| ManhattanHeuristic | A heuristic that drives the search based on the Manhattan distance between the current location and the target | Class | org.newdawn.slick.util.pathfinding.heuristics | Slick |