Uses of Interface
de.metaphoriker.pathetic.api.pathing.result.Path
Packages that use Path
-
Uses of Path in de.metaphoriker.pathetic.api.pathing.result
Methods in de.metaphoriker.pathetic.api.pathing.result that return PathModifier and TypeMethodDescriptionPathfinderResult.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.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.Methods in de.metaphoriker.pathetic.api.pathing.result with parameters of type Path