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 intmaxInclusiveprivate intminInclusive
-
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 intgetMaxInclusive()intgetMinInclusive()static RangedIntegerof(int p_233017_0_, int p_233017_1_)intrandomValue(java.util.Random p_233018_1_)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-