Uses of Class
de.metaphoriker.pathetic.api.pathing.configuration.HeuristicWeights
-
Uses of HeuristicWeights in de.metaphoriker.pathetic.api.pathing.configuration
Modifier and TypeFieldDescriptionstatic final HeuristicWeights
HeuristicWeights.DIRECT_PATH_WEIGHTS
Provides a set of weights strongly prioritizing the shortest direct path, even if diagonally.static final HeuristicWeights
HeuristicWeights.NATURAL_PATH_WEIGHTS
Provides a set of default heuristic weights that may be suitable for natural pathfinding.Modifier and TypeMethodDescriptionstatic HeuristicWeights
HeuristicWeights.create
(double manhattanWeight, double octileWeight, double perpendicularWeight, double heightWeight) PathfinderConfiguration.getHeuristicWeights()
Modifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.heuristicWeights
(HeuristicWeights heuristicWeights)