Class ConstantDoubleCoordinateHashSupplier
java.lang.Object
com.hypixel.hytale.procedurallib.supplier.ConstantDoubleCoordinateHashSupplier
- All Implemented Interfaces:
IDoubleCoordinateHashSupplier
public class ConstantDoubleCoordinateHashSupplier
extends Object
implements IDoubleCoordinateHashSupplier
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ConstantDoubleCoordinateHashSupplierprotected final doublestatic final ConstantDoubleCoordinateHashSupplier -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ZERO
-
ONE
-
result
protected final double result
-
-
Constructor Details
-
ConstantDoubleCoordinateHashSupplier
public ConstantDoubleCoordinateHashSupplier(double result)
-
-
Method Details
-
getResult
public double getResult() -
get
public double get(int seed, int x, int y, long hash) - Specified by:
getin interfaceIDoubleCoordinateHashSupplier
-
toString
-