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 PathfinderResultModifier and TypeMethodDescriptionPathfindingSearch.resultBlocking()Blocks until the pathfinding operation completes and returns the result.Methods in de.bsommerfeld.pathetic.api.pathing that return types with arguments of type PathfinderResultModifier and TypeMethodDescriptionPathfindingSearch.result()Retrieves the result of the pathfinding operation if it has completed.Method parameters in de.bsommerfeld.pathetic.api.pathing with type arguments of type PathfinderResultModifier and TypeMethodDescriptionPathfindingSearch.ifPresent(Consumer<PathfinderResult> callback) Executes the given callback if the pathfinding operation results in a successful path or a fallback.PathfindingSearch.orElse(Consumer<PathfinderResult> callback) Executes the given callback if the pathfinding operation results in a failure, abortion, length limitation, or reaching maximum iterations. -
Uses of PathfinderResult in de.bsommerfeld.pathetic.engine.result
Classes in de.bsommerfeld.pathetic.engine.result that implement PathfinderResult