Class ConstantNoise
java.lang.Object
com.hypixel.hytale.procedurallib.logic.ConstantNoise
- All Implemented Interfaces:
NoiseFunction,NoiseFunction2d,NoiseFunction3d
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected final double value
-
-
Constructor Details
-
ConstantNoise
public ConstantNoise(double value)
-
-
Method Details
-
getValue
public double getValue() -
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
-