Class SingleNoiseProperty
java.lang.Object
com.hypixel.hytale.procedurallib.property.SingleNoiseProperty
- All Implemented Interfaces:
NoiseProperty
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSingleNoiseProperty(int seedOffset, NoiseFunction function) SingleNoiseProperty(NoiseFunction function) -
Method Summary
-
Field Details
-
seedOffset
protected final int seedOffset -
function
-
-
Constructor Details
-
SingleNoiseProperty
-
SingleNoiseProperty
-
-
Method Details
-
getSeedOffset
public int getSeedOffset() -
getFunction
-
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
-