HeightCondition

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

HeightCondition

public public HeightCondition (final IHeightThresholdInterpreter interpreter)

Method HeightCondition.

Parameters:
final IHeightThresholdInterpreter interpreter

eval

public boolean eval (final int seed, final int x, final int z, final int y, @Nonnull final Random random)

Method eval.

Parameters:
final int seed
final int x
final int z
final int y
@Nonnull final Random random

toString

public String toString ()

Method toString.