Uses of Interface
de.bsommerfeld.pathetic.api.pathing.heuristic.IHeuristicStrategy
Packages that use IHeuristicStrategy
Package
Description
-
Uses of IHeuristicStrategy in de.bsommerfeld.pathetic.api.pathing.configuration
Methods in de.bsommerfeld.pathetic.api.pathing.configuration that return IHeuristicStrategyMethods in de.bsommerfeld.pathetic.api.pathing.configuration with parameters of type IHeuristicStrategyModifier and TypeMethodDescriptionPathfinderConfiguration.PathfinderConfigurationBuilder.heuristicStrategy(IHeuristicStrategy heuristicStrategy) -
Uses of IHeuristicStrategy in de.bsommerfeld.pathetic.api.pathing.heuristic
Classes in de.bsommerfeld.pathetic.api.pathing.heuristic that implement IHeuristicStrategyModifier and TypeClassDescriptionclassA linear heuristic strategy combining multiple distance metrics for pathfinding.classA performance-optimized heuristic strategy using squared distance metrics.Fields in de.bsommerfeld.pathetic.api.pathing.heuristic declared as IHeuristicStrategyModifier and TypeFieldDescriptionstatic final IHeuristicStrategyHeuristicStrategies.LINEARstatic final IHeuristicStrategyHeuristicStrategies.SQUARED