public class SumNoiseProperty implements NoiseProperty
Class SumNoiseProperty. Provides sumnoiseproperty functionality for the Hytale server.
java.lang.Object > SumNoiseProperty
Field Summary
noiseProperty
private
NoiseProperty
noiseProperty
Field noiseProperty.
factor
private
double
factor
Field factor.
Method Detail
SumNoiseProperty
public
public
SumNoiseProperty
(final Entry[] entries)
Method SumNoiseProperty.
- Parameters:
final Entry[]entries
getEntries
public
Entry[]
getEntries
()
Method getEntries.
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.
getFactor
public
double
getFactor
()
Method getFactor.
setFactor
public
void
setFactor
(final double factor)
Method setFactor.
- Parameters:
final doublefactor