ConstantDoubleCoordinateHashSupplier

public class ConstantDoubleCoordinateHashSupplier implements IDoubleCoordinateHashSupplier

Class ConstantDoubleCoordinateHashSupplier. Provides constantdoublecoordinatehashsupplier functionality for the Hytale server.

java.lang.Object > ConstantDoubleCoordinateHashSupplier

Field Summary

No fields documented.

Method Detail

ConstantDoubleCoordinateHashSupplier

public public ConstantDoubleCoordinateHashSupplier (final double result)

Method ConstantDoubleCoordinateHashSupplier.

Parameters:
final double result

getResult

public double getResult ()

Method getResult.

get

public double get (final int seed, final int x, final int y, final long hash)

Method get.

Parameters:
final int seed
final int x
final int y
final long hash

toString

public String toString ()

Method toString.