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 ResourceLocationBINOMIALstatic ResourceLocationCONSTANTstatic ResourceLocationUNIFORM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInt(java.util.Random p_186511_1_)ResourceLocationgetType()
-
-
-
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()
-
-