Uses of Interface
de.metaphoriker.pathetic.api.pathing.result.Path
-
Uses of Path in de.metaphoriker.pathetic.api.pathing.result
Modifier and TypeMethodDescription@NonNull Path
PathfinderResult.getPath()
Returns the foundPath
regardless if successful or not.Path.interpolate
(double resolution) Interpolates the positions of this Path to a new Path with the given resolution.Joins this Path with the given Path.@NonNull Path
Path.mutatePositions
(ParameterizedSupplier<PathPosition> mutator) Mutates each of the positions in the path with the given consumerPath.simplify
(double epsilon) Simplifies the path by removing intermediate positions based on the given epsilon value.Path.trim
(int length) Trims this Path to the given length.