Class FloatRangeNoiseSupplier
java.lang.Object
com.hypixel.hytale.procedurallib.supplier.FloatRangeNoiseSupplier
- All Implemented Interfaces:
IFloatCoordinateSupplier
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final NoisePropertyprotected final IFloatRangeprotected final IDoubleCoordinateSupplier2dprotected final IDoubleCoordinateSupplier3d -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
range
-
noiseProperty
-
supplier2d
-
supplier3d
-
-
Constructor Details
-
FloatRangeNoiseSupplier
-
-
Method Details
-
get
public float get(int seed, double x, double y) - Specified by:
getin interfaceIFloatCoordinateSupplier
-
get
public float get(int seed, double x, double y, double z) - Specified by:
getin interfaceIFloatCoordinateSupplier
-
toString
-