Package net.minecraft.util
Class RangedInteger
- java.lang.Object
-
- net.minecraft.util.RangedInteger
-
public class RangedInteger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
maxInclusive
private int
minInclusive
-
Constructor Summary
Constructors Constructor Description RangedInteger(int p_i231439_1_, int p_i231439_2_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxInclusive()
int
getMinInclusive()
static RangedInteger
of(int p_233017_0_, int p_233017_1_)
int
randomValue(java.util.Random p_233018_1_)
java.lang.String
toString()
-
-
-
Method Detail
-
of
public static RangedInteger of(int p_233017_0_, int p_233017_1_)
-
randomValue
public int randomValue(java.util.Random p_233018_1_)
-
getMinInclusive
public int getMinInclusive()
-
getMaxInclusive
public int getMaxInclusive()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-