Class RandomCoordinateDoubleSupplier
java.lang.Object
com.hypixel.hytale.server.worldgen.util.function.RandomCoordinateDoubleSupplier
- All Implemented Interfaces:
ICoordinateDoubleSupplier
-
Field Details
-
range
-
-
Constructor Details
-
RandomCoordinateDoubleSupplier
-
-
Method Details
-
getRange
-
apply
public double apply(int seed, int x, int y) - Specified by:
applyin interfaceICoordinateDoubleSupplier
-
apply
public double apply(int seed, int x, int y, int z) - Specified by:
applyin interfaceICoordinateDoubleSupplier
-