Interface | Description |
---|---|
Recipe |
A Recipe represents some craftable recipe in the game.
|
RecipeRegistry |
A RecipeRegistry holds all registered recipes for a given game.
|
ShapedRecipe |
A ShapedRecipe is a Recipe that has shape and fits into a grid.
|
ShapedRecipeBuilder |
A ShapedRecipeBuilder builds shaped recipes.
|
ShapelessRecipe |
A ShapelessRecipe is a Recipe that does not have shape and just has a
list of ingredients.
|
ShapelessRecipeBuilder |
A ShapelessRecipeBuilder builds shapeless recipes.
|
Class | Description |
---|---|
Recipes |
A convenience class for constructing Recipes.
|