Interface Map.SearchHeuristic

  • Enclosing class:
    Map

    private static interface Map.SearchHeuristic
    Simple interface to supply a heuristic to the A* routine.
    • Method Detail

      • getValue

        int getValue​(Tile tile)