Uses of Class
de.bsommerfeld.pathetic.api.pathing.hook.PathfindingContext
Packages that use PathfindingContext
Package
Description
Observation hooks into a running search.
-
Uses of PathfindingContext in de.bsommerfeld.pathetic.api.pathing.hook
Methods in de.bsommerfeld.pathetic.api.pathing.hook with parameters of type PathfindingContextModifier and TypeMethodDescriptiondefault voidPathfinderHook.onPathfindingStart(PathfindingContext pathfindingContext) Called once before the pathfinding loop begins, after the start node has been initialized but before any node is expanded.voidPathfinderHook.onPathfindingStep(PathfindingContext pathfindingContext) Called on each step of the pathfinding process.