Class BlendNoiseProperty
java.lang.Object
com.hypixel.hytale.procedurallib.property.BlendNoiseProperty
- All Implemented Interfaces:
NoiseProperty
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NoisePropertyprivate final NoiseProperty[]private final double[]private final double[] -
Constructor Summary
ConstructorsConstructorDescriptionBlendNoiseProperty(NoiseProperty alpha, NoiseProperty[] noises, double[] thresholds) -
Method Summary
-
Field Details
-
alpha
-
noises
-
thresholds
private final double[] thresholds -
normalize
private final transient double[] normalize
-
-
Constructor Details
-
BlendNoiseProperty
-
-
Method Details
-
get
public double get(int seed, double x, double y) - Specified by:
getin interfaceNoiseProperty
-
get
public double get(int seed, double x, double y, double z) - Specified by:
getin interfaceNoiseProperty
-