Uses of Class
de.bsommerfeld.pathetic.api.pathing.processing.Cost
Packages that use Cost
Package
Description
Provides interfaces and classes for extending the core pathfinding logic of "pathetic" through a
customizable processor pipeline.
-
Uses of Cost in de.bsommerfeld.pathetic.api.pathing.processing
Fields in de.bsommerfeld.pathetic.api.pathing.processing declared as CostMethods in de.bsommerfeld.pathetic.api.pathing.processing that return CostModifier and TypeMethodDescriptionNodeCostProcessor.calculateCostContribution
(NodeEvaluationContext context) Calculates the cost contribution of this processor for the transition to the current node (PathPosition).static Cost
Cost.of
(double value) Factory method to create aCost
instance.