Class ValueNoise
java.lang.Object
com.hypixel.hytale.procedurallib.logic.ValueNoise
- All Implemented Interfaces:
NoiseFunction,NoiseFunction2d,NoiseFunction3d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
interpolationFunction
-
-
Constructor Details
-
ValueNoise
-
-
Method Details
-
getInterpolationFunction
-
get
public double get(int seed, int offsetSeed, double x, double y) - Specified by:
getin interfaceNoiseFunction2d
-
get
public double get(int seed, int offsetSeed, double x, double y, double z) - Specified by:
getin interfaceNoiseFunction3d
-
toString
-