public class Path
extends Object
-
Constructor Summary
Constructors
Path(double maxDistance,
double pathVariance)
-
Method Summary
@Nullable net.minestom.server.coordinate.Point
net.minestom.server.coordinate.Point
void
void
-
Constructor Details
-
Path
public Path(double maxDistance,
double pathVariance)
-
Method Details
-
-
-
-
-
getCurrent
@Nullable
public @Nullable net.minestom.server.coordinate.Point getCurrent()
-
-
getNext
public net.minestom.server.coordinate.Point getNext()