Uses of Interface
de.bsommerfeld.pathetic.api.pathing.hook.PathfinderHook
Packages that use PathfinderHook
Package
Description
-
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) Deprecated. -
Uses of PathfinderHook in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return types with arguments of type PathfinderHookMethod parameters in de.bsommerfeld.pathetic.api.pathing.configuration with type arguments of type PathfinderHookModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.pathfindingHooks(List<PathfinderHook> pathfindingHooks) -
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)
PathfinderConfiguration.PathfinderConfigurationBuilder.pathfindingHooks(java.util.List)to configure hooks in thePathfinderConfigurationinstead.