HyCodeYourTale
classpublicPriority 3

NoiseHeightThresholdInterpreter

com.hypixel.hytale.procedurallib.condition.NoiseHeightThresholdInterpreter

implements IHeightThresholdInterpreter

7

Methods

7

Public Methods

6

Fields

1

Constructors

Constructors

public
NoiseHeightThresholdInterpreter(NoiseProperty noise, float[] keys, IHeightThresholdInterpreter[] values)

Methods

Public Methods (7)

public
double getContext(int seed, double x, double y)
@Override
public
int getHighestNonZero()
@Override
public
int getLength()
@Override
public
int getLowestNonOne()
@Override
public
float getThreshold(int seed, double x, double z, int height)
@Override
public
float getThreshold(int seed, double x, double z, int height, double context)
@Override
public
String toString()
@Nonnull@Override

Fields

Protected Fields (6)

protectedint highestNonZero
protectedfloat[] keys
protectedint length
protectedint lowestNonOne
protectedNoiseProperty noise
protectedIHeightThresholdInterpreter[] values

Related Classes