Uses of Interface
de.bsommerfeld.pathetic.api.util.ParameterizedSupplier
Packages that use ParameterizedSupplier
Package
Description
-
Uses of ParameterizedSupplier in de.bsommerfeld.pathetic.api.pathing.result
Methods in de.bsommerfeld.pathetic.api.pathing.result with parameters of type ParameterizedSupplierModifier and TypeMethodDescriptionPath.mutatePositions(ParameterizedSupplier<PathPosition> mutator) Deprecated. -
Uses of ParameterizedSupplier in de.bsommerfeld.pathetic.engine.result
Methods in de.bsommerfeld.pathetic.engine.result with parameters of type ParameterizedSupplierModifier and TypeMethodDescriptionPathImpl.mutatePositions(ParameterizedSupplier<PathPosition> mutator) Deprecated.static PathPathUtils.mutatePositions(Path path, ParameterizedSupplier<PathPosition> mutator) Applies a transformation function to every position in the path.
PathUtils- you should use that too!