Class PathfindNativeThread

java.lang.Object
java.lang.Thread
zombie.pathfind.nativeCode.PathfindNativeThread
All Implemented Interfaces:
Runnable

public class PathfindNativeThread extends Thread
  • Field Details

    • instance

      public static PathfindNativeThread instance
    • bStop

      public boolean bStop
    • notifier

      public final Object notifier
    • renderLock

      public final Object renderLock
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread
    • addRequest

      public void addRequest(PathFindRequest pathFindRequest, int int0)
    • stopThread

      public void stopThread()
    • cleanup

      public void cleanup()