ScaleNoiseProperty

public class ScaleNoiseProperty implements NoiseProperty

Class ScaleNoiseProperty. Provides scalenoiseproperty functionality for the Hytale server.

java.lang.Object > ScaleNoiseProperty

Field Summary

No fields documented.

Method Detail

ScaleNoiseProperty

public public ScaleNoiseProperty (final NoiseProperty noiseProperty, final double scale)

Method ScaleNoiseProperty.

Parameters:
final NoiseProperty noiseProperty
final double scale

getNoiseProperty

public NoiseProperty getNoiseProperty ()

Method getNoiseProperty.

getScaleX

public double getScaleX ()

Method getScaleX.

getScaleY

public double getScaleY ()

Method getScaleY.

getScaleZ

public double getScaleZ ()

Method getScaleZ.

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.