Class PathFindBehavior

java.lang.Object
zombie.behaviors.Behavior
zombie.behaviors.general.PathFindBehavior
All Implemented Interfaces:
IPathfinder

public class PathFindBehavior
extends Behavior
implements IPathfinder
  • Field Details

    • path

      public Path path
    • bDoClosest

      public boolean bDoClosest
    • pathIndex

      public int pathIndex
    • sx

      public int sx
    • sy

      public int sy
    • sz

      public int sz
    • tx

      public int tx
    • ty

      public int ty
    • tz

      public int tz
    • osx

      public int osx
    • osy

      public int osy
    • osz

      public int osz
    • otx

      public int otx
    • oty

      public int oty
    • otz

      public int otz
    • finder

      public AStarPathFinderResult finder
    • name

      public java.lang.String name
    • lastCancel

      public int lastCancel
  • Constructor Details

    • PathFindBehavior

      public PathFindBehavior()
    • PathFindBehavior

      public PathFindBehavior​(java.lang.String name)
    • PathFindBehavior

      public PathFindBehavior​(boolean useScriptXY)
  • Method Details