Package net.minecraft.loot
Interface IRandomRange
-
- All Known Implementing Classes:
BinomialRange
,ConstantRange
,RandomValueRange
public interface IRandomRange
-
-
Field Summary
Fields Modifier and Type Field Description static ResourceLocation
BINOMIAL
static ResourceLocation
CONSTANT
static ResourceLocation
UNIFORM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInt(java.util.Random p_186511_1_)
ResourceLocation
getType()
-
-
-
Field Detail
-
CONSTANT
static final ResourceLocation CONSTANT
-
UNIFORM
static final ResourceLocation UNIFORM
-
BINOMIAL
static final ResourceLocation BINOMIAL
-
-
Method Detail
-
getInt
int getInt(java.util.Random p_186511_1_)
-
getType
ResourceLocation getType()
-
-