public class HeightCondition implements ICoordinateRndCondition
Class HeightCondition. Provides heightcondition functionality for the Hytale server.
java.lang.Object > HeightCondition
Field Summary
threshold
final
double
threshold
Field threshold.
Method Detail
eval
public
boolean
eval
(final int seed, final int x, final int z, final int y, @Nonnull final Random random)
Method eval.
- Parameters:
final intseedfinal intxfinal intzfinal inty@Nonnull final Randomrandom
toString
public
String
toString
()
Method toString.