Class NoiseFormulaProperty
java.lang.Object
com.hypixel.hytale.procedurallib.property.NoiseFormulaProperty
- All Implemented Interfaces:
NoiseProperty
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NoiseFormulaProperty.NoiseFormula.Formulaprotected final NoiseProperty -
Constructor Summary
ConstructorsConstructorDescriptionNoiseFormulaProperty(NoiseProperty property, NoiseFormulaProperty.NoiseFormula.Formula formula) -
Method Summary
-
Field Details
-
property
-
formula
-
-
Constructor Details
-
NoiseFormulaProperty
public NoiseFormulaProperty(NoiseProperty property, NoiseFormulaProperty.NoiseFormula.Formula formula)
-
-
Method Details
-
getProperty
-
getFormula
-
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
-
toString
-