BlendNoiseProperty

public class BlendNoiseProperty implements NoiseProperty

Class BlendNoiseProperty. Provides blendnoiseproperty functionality for the Hytale server.

java.lang.Object > BlendNoiseProperty

Field Summary

alpha

final double alpha

Field alpha.

t

final double t

Field t.

lower

final double lower

Field lower.

upper

final double upper

Field upper.

Method Detail

BlendNoiseProperty

public public BlendNoiseProperty (final NoiseProperty alpha, final NoiseProperty[] noises, final double[] thresholds)

Method BlendNoiseProperty.

Parameters:
final NoiseProperty alpha
final NoiseProperty[] noises
final double[] thresholds

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