zombie.ai.astar
Class AStarPathFinderResult

java.lang.Object
  extended by zombie.ai.astar.AStarPathFinderResult

public class AStarPathFinderResult
extends java.lang.Object

Author:
LEMMY

Field Summary
 int maxSearchDistance
           
 AStarPathFinder.PathFindProgress progress
           
 
Constructor Summary
AStarPathFinderResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progress

public AStarPathFinder.PathFindProgress progress

maxSearchDistance

public int maxSearchDistance
Constructor Detail

AStarPathFinderResult

public AStarPathFinderResult()