RangeInt

public class RangeInt

Class RangeInt. Provides rangeint functionality for the Hytale server.

java.lang.Object > RangeInt

Field Summary

No fields documented.

Method Detail

RangeInt

public public RangeInt (final int minInclusive, final int maxExclusive)

Method RangeInt.

Parameters:
final int minInclusive
final int maxExclusive

contains

public boolean contains (final int value)

Method contains.

Parameters:
final int value

getMinInclusive

public int getMinInclusive ()

Method getMinInclusive.

getMaxExclusive

public int getMaxExclusive ()

Method getMaxExclusive.