Interface PathfinderHook
public interface PathfinderHook
Interface for hooks that are called during the pathfinding process.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPathfindingStep
(PathfindingContext pathfindingContext) Called on each step of the pathfinding process.
-
Method Details
-
onPathfindingStep
Called on each step of the pathfinding process.- Parameters:
pathfindingContext
- the context of the current pathfinding step
-