classpublicPriority 3
MinNoiseProperty
com.hypixel.hytale.procedurallib.property.MinNoiseProperty
implements NoiseProperty
4
Methods
4
Public Methods
1
Fields
1
Constructors
Constants
doubleMIN_EPSILON= 1.0E-5
Constructors
public
MinNoiseProperty(NoiseProperty[] noiseProperties)Methods
Public Methods (4)
public
double get(int seed, double x, double y)@Override
public
double get(int seed, double x, double y, double z)@Override
public
NoiseProperty[] getNoiseProperties()public
String toString()@Nonnull@Override
Fields
Protected Fields (1)
protected
NoiseProperty[] noiseProperties