MaxNoiseProperty

public class MaxNoiseProperty implements NoiseProperty

Class MaxNoiseProperty. Provides maxnoiseproperty functionality for the Hytale server.

java.lang.Object > MaxNoiseProperty

Field Summary

d

final double d

Field d.

Method Detail

MaxNoiseProperty

public public MaxNoiseProperty (final NoiseProperty[] noiseProperties)

Method MaxNoiseProperty.

Parameters:
final NoiseProperty[] noiseProperties

getNoiseProperties

public NoiseProperty[] getNoiseProperties ()

Method getNoiseProperties.

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.