Class HighLevelGoalNode

java.lang.Object
zombie.characters.animals.pathfind.HighLevelGoalNode
All Implemented Interfaces:
astar.IGoalNode

public final class HighLevelGoalNode extends Object implements astar.IGoalNode
  • Constructor Details

    • HighLevelGoalNode

      public HighLevelGoalNode()
  • Method Details

    • inGoal

      public boolean inGoal(astar.ISearchNode iSearchNode)
      Specified by:
      inGoal in interface astar.IGoalNode