Class HighLevelAStar

java.lang.Object
astar.AStar
zombie.characters.animals.pathfind.HighLevelAStar

public final class HighLevelAStar extends astar.AStar
  • Field Summary

    Fields inherited from class astar.AStar

    bestNodeAfterSearch
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class astar.AStar

    bestNodeAfterSearch, numSearchSteps, path, search, setMaxSteps, shortestPath

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HighLevelAStar

      public HighLevelAStar(MeshList meshListx)