public static class ForgeHooks.FortuneSeedEntry extends ForgeHooks.SeedEntry
seed
itemWeight
Constructor and Description |
---|
FortuneSeedEntry(ItemStack seed,
int weight,
int min,
int factor) |
Modifier and Type | Method and Description |
---|---|
ItemStack |
getStack(java.util.Random rand,
int fortune) |
public FortuneSeedEntry(@Nonnull ItemStack seed, int weight, int min, int factor)
@Nonnull public ItemStack getStack(java.util.Random rand, int fortune)
getStack
in class ForgeHooks.SeedEntry