public class ConstantNoise implements NoiseFunction
Class ConstantNoise. Provides constantnoise functionality for the Hytale server.
java.lang.Object > ConstantNoise
Field Summary
No fields documented.
Method Detail
ConstantNoise
public
public
ConstantNoise
(final double value)
Method ConstantNoise.
- Parameters:
final doublevalue
getValue
public
double
getValue
()
Method getValue.
get
public
double
get
(final int seed, final int offsetSeed, final double x, final double y)
Method get.
- Parameters:
final intseedfinal intoffsetSeedfinal doublexfinal doubley
toString
public
String
toString
()
Method toString.