Package net.minecraft.util
Class RangedInteger
java.lang.Object
net.minecraft.util.RangedInteger
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
static RangedInteger
of
(int p_233017_0_, int p_233017_1_) int
randomValue
(Random p_233018_1_) toString()
-
Field Details
-
minInclusive
private final int minInclusive -
maxInclusive
private final int maxInclusive
-
-
Constructor Details
-
RangedInteger
public RangedInteger(int p_i231439_1_, int p_i231439_2_)
-
-
Method Details