public static class ForgeHooks.FortuneSeedEntry extends ForgeHooks.SeedEntry
seeditemWeight| 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