public interface IRandomRange
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
BINOMIAL |
static ResourceLocation |
CONSTANT |
static ResourceLocation |
UNIFORM |
Modifier and Type | Method and Description |
---|---|
int |
generateInt(java.util.Random rand) |
ResourceLocation |
getType() |
static final ResourceLocation CONSTANT
static final ResourceLocation UNIFORM
static final ResourceLocation BINOMIAL
int generateInt(java.util.Random rand)
ResourceLocation getType()