public interface ICraftingProvider<T extends IForestryRecipe>
| Modifier and Type | Method and Description |
|---|---|
boolean |
addRecipe(T recipe)
Add a new recipe to the crafting provider.
|
java.util.Collection<T> |
recipes() |
boolean |
removeRecipe(T recipe)
Remove a specific recipe from the crafting provider.
|
boolean addRecipe(T recipe)
boolean removeRecipe(T recipe)
java.util.Collection<T> recipes()