Uses of Class
de.bsommerfeld.pathetic.api.pathing.PathfindingProgress
Packages that use PathfindingProgress
Package
Description
-
Uses of PathfindingProgress in de.bsommerfeld.pathetic.api.pathing.calc
Methods in de.bsommerfeld.pathetic.api.pathing.calc with parameters of type PathfindingProgressModifier and TypeMethodDescriptionDistanceCalculator.calculate(PathfindingProgress progress) Calculates and returns the distance metric for the given pathfinding progress. -
Uses of PathfindingProgress in de.bsommerfeld.pathetic.api.pathing.heuristic
Methods in de.bsommerfeld.pathetic.api.pathing.heuristic that return PathfindingProgressConstructors in de.bsommerfeld.pathetic.api.pathing.heuristic with parameters of type PathfindingProgressModifierConstructorDescriptionHeuristicContext(PathfindingProgress pathfindingProgress, HeuristicWeights heuristicWeights)