ConstantNoise

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 double value

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 int seed
final int offsetSeed
final double x
final double y

toString

public String toString ()

Method toString.