Package net.minecraft.loot
Class ConstantRange
java.lang.Object
net.minecraft.loot.ConstantRange
- All Implemented Interfaces:
IRandomRange
-
Nested Class Summary
-
Field Summary
Fields inherited from interface net.minecraft.loot.IRandomRange
BINOMIAL, CONSTANT, UNIFORM
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
private final int value
-
-
Constructor Details
-
ConstantRange
public ConstantRange(int p_i51275_1_)
-
-
Method Details
-
getInt
- Specified by:
getInt
in interfaceIRandomRange
-
getType
- Specified by:
getType
in interfaceIRandomRange
-
exactly
-