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
Method ScaleNoiseProperty.
- Parameters:
final NoisePropertynoisePropertyfinal doublescale
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 intseedfinal doublexfinal doubley
toString
public
String
toString
()
Method toString.