public abstract static class DummyManagers.DummyCraftingProvider<T extends IForestryRecipe> extends java.lang.Object implements ICraftingProvider<T>
| Constructor and Description |
|---|
DummyCraftingProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addRecipe(T recipe)
Add a new recipe to the crafting provider.
|
java.util.Set<T> |
recipes() |
boolean |
removeRecipe(T recipe)
Remove a specific recipe from the crafting provider.
|
public boolean addRecipe(T recipe)
ICraftingProvideraddRecipe in interface ICraftingProvider<T extends IForestryRecipe>public boolean removeRecipe(T recipe)
ICraftingProviderremoveRecipe in interface ICraftingProvider<T extends IForestryRecipe>public java.util.Set<T> recipes()
recipes in interface ICraftingProvider<T extends IForestryRecipe>