Uses of Interface
de.bsommerfeld.pathetic.api.pathing.hook.PathfinderHook
Packages that use PathfinderHook
-
Uses of PathfinderHook in de.bsommerfeld.pathetic.api.pathing
Methods in de.bsommerfeld.pathetic.api.pathing with parameters of type PathfinderHookModifier and TypeMethodDescriptionvoidPathfinder.registerPathfindingHook(PathfinderHook hook) Registers aPathfinderHookthat will be called on every step of the pathfinding process. -
Uses of PathfinderHook in de.bsommerfeld.pathetic.engine.pathfinder
Methods in de.bsommerfeld.pathetic.engine.pathfinder with parameters of type PathfinderHookModifier and TypeMethodDescriptionvoidAbstractPathfinder.registerPathfindingHook(PathfinderHook hook)