SingleNoiseProperty

public class SingleNoiseProperty implements NoiseProperty

Class SingleNoiseProperty. Provides singlenoiseproperty functionality for the Hytale server.

java.lang.Object > SingleNoiseProperty

Field Summary

No fields documented.

Method Detail

SingleNoiseProperty

public public SingleNoiseProperty (final NoiseFunction function)

Method SingleNoiseProperty.

Parameters:
final NoiseFunction function

getSeedOffset

public int getSeedOffset ()

Method getSeedOffset.

getFunction

public NoiseFunction getFunction ()

Method getFunction.

get

public double get (final int seed, final double x, final double y)

Method get.

Parameters:
final int seed
final double x
final double y

toString

public String toString ()

Method toString.