Uses of Interface
de.metaphoriker.pathetic.api.pathing.result.PathfinderResult
-
Uses of PathfinderResult in de.metaphoriker.pathetic.api.pathing
Modifier 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.