Uses of Interface
de.bsommerfeld.pathetic.api.pathing.result.PathfinderResult
Packages that use PathfinderResult
-
Uses of PathfinderResult in de.bsommerfeld.pathetic.api.pathing
Methods in de.bsommerfeld.pathetic.api.pathing that return types with arguments of type PathfinderResultModifier and TypeMethodDescriptiondefault CompletionStage<PathfinderResult>
Pathfinder.findPath
(PathPosition start, PathPosition target) Tries to find a Path between the twoPathPosition
s.Pathfinder.findPath
(PathPosition start, PathPosition target, EnvironmentContext context) Tries to find a path between the specified start and target positions within the provided environment context.