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