Class RangeInt
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.delimiters.RangeInt
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
minInclusive
private final int minInclusive -
maxExclusive
private final int maxExclusive
-
-
Constructor Details
-
RangeInt
public RangeInt(int minInclusive, int maxExclusive)
-
-
Method Details
-
contains
public boolean contains(int value) -
getMinInclusive
public int getMinInclusive() -
getMaxExclusive
public int getMaxExclusive()
-