Uses of Interface
de.bsommerfeld.pathetic.api.provider.NavigationPointProvider
Packages that use NavigationPointProvider
Package
Description
-
Uses of NavigationPointProvider in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return NavigationPointProviderMethods in de.bsommerfeld.pathetic.api.pathing.configuration with parameters of type NavigationPointProviderModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.provider(NavigationPointProvider provider) -
Uses of NavigationPointProvider in de.bsommerfeld.pathetic.api.pathing.processing.context
Methods in de.bsommerfeld.pathetic.api.pathing.processing.context that return NavigationPointProviderModifier and TypeMethodDescriptiondefault NavigationPointProviderNodeEvaluationContext.getNavigationPointProvider()Convenience method to access the navigation point provider.SearchContext.getNavigationPointProvider()Returns the NavigationPointProvider configured for the search. -
Uses of NavigationPointProvider in de.bsommerfeld.pathetic.engine.pathfinder
Fields in de.bsommerfeld.pathetic.engine.pathfinder declared as NavigationPointProviderModifier and TypeFieldDescriptionprotected final NavigationPointProviderAbstractPathfinder.navigationPointProvider -
Uses of NavigationPointProvider in de.bsommerfeld.pathetic.engine.pathfinder.processing
Methods in de.bsommerfeld.pathetic.engine.pathfinder.processing that return NavigationPointProviderConstructors in de.bsommerfeld.pathetic.engine.pathfinder.processing with parameters of type NavigationPointProviderModifierConstructorDescriptionSearchContextImpl(PathPosition startPathPosition, PathPosition targetPathPosition, PathfinderConfiguration pathfinderConfiguration, NavigationPointProvider navigationPointProvider, EnvironmentContext environmentContext)