HyCodeYourTale
classpublicPriority 3

ConstantDoubleCoordinateHashSupplier

com.hypixel.hytale.procedurallib.supplier.ConstantDoubleCoordinateHashSupplier

implements IDoubleCoordinateHashSupplier

3

Methods

3

Public Methods

1

Fields

1

Constructors

Constants

ConstantDoubleCoordinateHashSupplierONE= new ConstantDoubleCoordinateHashSupplier(1.0)
ConstantDoubleCoordinateHashSupplierZERO= new ConstantDoubleCoordinateHashSupplier(0.0)

Constructors

public
ConstantDoubleCoordinateHashSupplier(double result)

Methods

Public Methods (3)

public
double get(int seed, int x, int y, long hash)
@Override
public
double getResult()
public
String toString()
@Nonnull@Override

Fields

Protected Fields (1)

protecteddouble result