HyCodeYourTale
classpublicPriority 3

HeightThresholdCoordinateCondition

com.hypixel.hytale.procedurallib.condition.HeightThresholdCoordinateCondition

implements ICoordinateCondition

3

Methods

3

Public Methods

1

Fields

1

Constructors

Constructors

public
HeightThresholdCoordinateCondition(IHeightThresholdInterpreter interpreter)

Methods

Public Methods (3)

public
boolean eval(int seed, int x, int y)
@Override
public
boolean eval(int seed, int x, int y, int z)
@Override
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (1)

privateIHeightThresholdInterpreter interpreter

Related Classes