Package zombie.ai.astar
Class AStarPathFinderResult
java.lang.Object
zombie.ai.astar.AStarPathFinderResult
public class AStarPathFinderResult
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description int
maxSearchDistance
AStarPathFinder.PathFindProgress
progress
-
Constructor Summary
Constructors Constructor Description AStarPathFinderResult()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
progress
-
maxSearchDistance
public int maxSearchDistance
-
-
Constructor Details
-
AStarPathFinderResult
public AStarPathFinderResult()
-