Uses of Class
de.bsommerfeld.pathetic.api.pathing.heuristic.HeuristicWeights
Packages that use HeuristicWeights
Package
Description
-
Uses of HeuristicWeights in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return HeuristicWeightsMethods in de.bsommerfeld.pathetic.api.pathing.configuration with parameters of type HeuristicWeightsModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.heuristicWeights
(HeuristicWeights heuristicWeights) -
Uses of HeuristicWeights in de.bsommerfeld.pathetic.api.pathing.heuristic
Fields in de.bsommerfeld.pathetic.api.pathing.heuristic declared as HeuristicWeightsModifier and TypeFieldDescriptionstatic final HeuristicWeights
HeuristicWeights.DEFAULT_WEIGHTS
Represents the default set of heuristic weights used for pathfinding calculations.static final HeuristicWeights
HeuristicWeights.DIRECT_PATH_WEIGHTS
Deprecated.static final HeuristicWeights
HeuristicWeights.NATURAL_PATH_WEIGHTS
Deprecated.Methods in de.bsommerfeld.pathetic.api.pathing.heuristic that return HeuristicWeightsModifier and TypeMethodDescriptionstatic HeuristicWeights
HeuristicWeights.create
(double manhattanWeight, double octileWeight, double perpendicularWeight, double heightWeight) Creates a newHeuristicWeights
instance with the specified weights.