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 intminInclusivefinal intmaxExclusive
contains
public
boolean
contains
(final int value)
Method contains.
- Parameters:
final intvalue
getMinInclusive
public
int
getMinInclusive
()
Method getMinInclusive.
getMaxExclusive
public
int
getMaxExclusive
()
Method getMaxExclusive.