Uses of Interface
de.metaphoriker.pathetic.api.pathing.result.PathfinderResult
-
Uses of PathfinderResult in de.metaphoriker.pathetic.api.pathing
Modifier and TypeMethodDescription@NonNull CompletionStage<PathfinderResult>
Pathfinder.findPath
(@NonNull PathPosition start, @NonNull PathPosition target, List<@NonNull PathFilter> filters) Tries to find a Path between the twoPathPosition
's provided with the given filters.@NonNull CompletionStage<PathfinderResult>
Pathfinder.findPath
(@NonNull PathPosition start, @NonNull PathPosition target, List<PathFilter> sharedFilters, List<@NonNull PathFilterStage> filterStages) Tries to find a Path between the twoPathPosition
's provided with the given filter-containers.