Uses of Interface
de.bsommerfeld.pathetic.api.pathing.processing.CostProcessor
Packages that use CostProcessor
Package
Description
-
Uses of CostProcessor in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return types with arguments of type CostProcessorMethod parameters in de.bsommerfeld.pathetic.api.pathing.configuration with type arguments of type CostProcessorModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.costProcessor(List<CostProcessor> costProcessors) PathfinderConfiguration.PathfinderConfigurationBuilder.nodeCostProcessors(List<CostProcessor> costProcessors) Deprecated. -
Uses of CostProcessor in de.bsommerfeld.pathetic.engine.pathfinder
Fields in de.bsommerfeld.pathetic.engine.pathfinder with type parameters of type CostProcessorModifier and TypeFieldDescriptionprotected final List<CostProcessor>AbstractPathfinder.costProcessors