Package zombie

Class PathfindManager.PathfindJob

java.lang.Object
zombie.PathfindManager.PathfindJob
Enclosing class:
PathfindManager

public class PathfindManager.PathfindJob
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean bClosest  
    boolean finished  
    Mover mover  
    IPathfinder pathfinder  
    int sx  
    int sy  
    int sz  
    int tx  
    int ty  
    int tz  
  • Constructor Summary

    Constructors
    Constructor Description
    PathfindJob()  
  • Method Summary

    Modifier and Type Method Description
    boolean isNotFinished​(AStarPathFinder aStarPathFinder)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • sx

      public int sx
    • sy

      public int sy
    • sz

      public int sz
    • tx

      public int tx
    • ty

      public int ty
    • tz

      public int tz
    • mover

      public Mover mover
    • pathfinder

      public IPathfinder pathfinder
    • finished

      public volatile boolean finished
    • bClosest

      public boolean bClosest
  • Constructor Details

    • PathfindJob

      public PathfindJob()
  • Method Details

    • isNotFinished

      public boolean isNotFinished​(AStarPathFinder aStarPathFinder)