Interface PathfinderHook


public interface PathfinderHook
Interface for hooks that are called during the pathfinding process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called on each step of the pathfinding process.
  • Method Details

    • onPathfindingStep

      void onPathfindingStep(PathfindingContext pathfindingContext)
      Called on each step of the pathfinding process.
      Parameters:
      pathfindingContext - the context of the current pathfinding step