HyCodeYourTale
classpublicPriority 3

RotatedCoordinateRandomizer

com.hypixel.hytale.procedurallib.random.RotatedCoordinateRandomizer

implements ICoordinateRandomizer

6

Methods

6

Public Methods

2

Fields

1

Constructors

Constructors

public
RotatedCoordinateRandomizer(ICoordinateRandomizer randomizer, CoordinateRotator rotation)

Methods

Public Methods (6)

public
double randomDoubleX(int seed, double x, double y)
@Override
public
double randomDoubleX(int seed, double x, double y, double z)
@Override
public
double randomDoubleY(int seed, double x, double y)
@Override
public
double randomDoubleY(int seed, double x, double y, double z)
@Override
public
double randomDoubleZ(int seed, double x, double y, double z)
@Override
public
String toString()
@Nonnull@Override

Fields

Protected Fields (2)

protectedICoordinateRandomizer randomizer
protectedCoordinateRotator rotation