Uses of Interface
de.metaphoriker.pathetic.api.pathing.result.PathfinderResult
Packages that use PathfinderResult
-
Uses of PathfinderResult in de.metaphoriker.pathetic.api.pathing
Methods in de.metaphoriker.pathetic.api.pathing that return types with arguments of type PathfinderResultModifier and TypeMethodDescriptionPathfinder.findPath
(PathPosition start, PathPosition target, List<PathFilter> filters) Tries to find a Path between the twoPathPosition
's provided with the given filters.Pathfinder.findPath
(PathPosition start, PathPosition target, List<PathFilter> sharedFilters, List<PathFilterStage> filterStages) Tries to find a Path between the twoPathPosition
's provided with the given filter-containers.