-
Deprecated ClassesClassDescriptionPathetic's future focus will rely heavily on finding paths, not modifying or post-processing them. This class is maintained for backward compatibility until a dedicated post-processing module is available.
-
Deprecated MethodsMethodDescriptionUse
PathfinderFactory.createPathfinder(PathfinderConfiguration)with an explicit configuration that supplies a realNavigationPointProvider. Calling this no-arg overload almost always indicates a misconfiguration.Marked for removal. The bundled A* engine no longer uses bloom filters for its closed set; per-node state is id-indexed instead. The value is unused by the bundled engine and will be removed in a future release.Marked for removal. The bundled A* engine no longer uses bloom filters for its closed set; per-node state is id-indexed instead. The value is unused by the bundled engine and will be removed in a future release.Marked for removal. The bundled A* engine no longer buckets its closed set into bloom-filtered grid regions; per-node state is id-indexed instead. The value is unused by the bundled engine and will be removed in a future release.Marked for removal. The bundled A* engine no longer uses bloom filters for its closed set; the value is accepted but unused and will be removed in a future release.Marked for removal. The bundled A* engine no longer uses bloom filters for its closed set; the value is accepted but unused and will be removed in a future release.Marked for removal. The bundled A* engine no longer buckets its closed set into bloom-filtered grid regions; the value is accepted but unused and will be removed in a future release.UsePathfinderConfiguration.PathfinderConfigurationBuilder.pathfindingHooks(java.util.List)to configure hooks in thePathfinderConfigurationinstead.UseCost.value()instead.CallMath.sqrt(double)directly. This now simply delegates to it; the former bit-hack approximation was less precise than the JDK intrinsic (and wrong at0) without being faster.marked for removalmarked for removalUseAStarPathfinderFactory.createPathfinder(PathfinderConfiguration)with an explicit configuration that supplies a realNavigationPointProvider.