Uses of Interface
de.bsommerfeld.pathetic.api.pathing.result.PathfinderResult
Packages that use PathfinderResult
-
Uses of PathfinderResult in de.bsommerfeld.pathetic.api.pathing
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.