public class MCSeedRegistry
extends java.lang.Object
implements crafttweaker.api.vanilla.ISeedRegistry
Modifier and Type | Field and Description |
---|---|
static java.util.List |
SEEDS |
Constructor and Description |
---|
MCSeedRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
addSeed(crafttweaker.api.item.WeightedItemStack item) |
java.util.List<crafttweaker.api.item.WeightedItemStack> |
getSeeds() |
void |
removeSeed(crafttweaker.api.item.IIngredient pattern) |
public void addSeed(crafttweaker.api.item.WeightedItemStack item)
addSeed
in interface crafttweaker.api.vanilla.ISeedRegistry
public void removeSeed(crafttweaker.api.item.IIngredient pattern)
removeSeed
in interface crafttweaker.api.vanilla.ISeedRegistry
public java.util.List<crafttweaker.api.item.WeightedItemStack> getSeeds()
getSeeds
in interface crafttweaker.api.vanilla.ISeedRegistry