public interface RecipeRegistry
Modifier and Type | Method and Description |
---|---|
Set<Recipe> |
getRecipes()
Retrieves all recipes registered in this registry.
|
void |
register(Recipe recipe)
Registers the given Recipe to make it available to craft.
|
void |
remove(Recipe recipe)
Removes the given Recipe from registration in this registry.
|