Class LowLevelGoalNode

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

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

    • LowLevelGoalNode

      public LowLevelGoalNode()
  • Method Details

    • inGoal

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