OffsetNoiseProperty

public class OffsetNoiseProperty implements NoiseProperty

Class OffsetNoiseProperty. Provides offsetnoiseproperty functionality for the Hytale server.

java.lang.Object > OffsetNoiseProperty

Field Summary

No fields documented.

Method Detail

OffsetNoiseProperty

public public OffsetNoiseProperty (final NoiseProperty noiseProperty, final double offset)

Method OffsetNoiseProperty.

Parameters:
final NoiseProperty noiseProperty
final double offset

getNoiseProperty

public NoiseProperty getNoiseProperty ()

Method getNoiseProperty.

getOffsetX

public double getOffsetX ()

Method getOffsetX.

getOffsetY

public double getOffsetY ()

Method getOffsetY.

getOffsetZ

public double getOffsetZ ()

Method getOffsetZ.

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.