Interface | Description |
---|---|
CraftingRecipe |
A CraftingRecipe represents some craftable recipe in the game.
|
CraftingRecipeRegistry |
A registry for Crafting Table recipes.
|
Ingredient |
An Ingredient for a crafting recipe.
|
Ingredient.Builder |
Builder for
Ingredient s. |
ShapedCraftingRecipe |
A ShapedCraftingRecipe is a CraftingRecipe that has shape and fits into
a grid.
|
ShapedCraftingRecipe.Builder |
The builder which you create
ShapedCraftingRecipe s through. |
ShapedCraftingRecipe.Builder.AisleStep |
In this Step define one or more Ingredients.
|
ShapedCraftingRecipe.Builder.AisleStep.ResultStep |
In this Step define one or more Ingredients or continue by
setting the result.
|
ShapedCraftingRecipe.Builder.EndStep |
In this Step set the group of the Recipe and/or build it.
|
ShapedCraftingRecipe.Builder.ResultStep |
In this Step set the result of the recipe.
|
ShapedCraftingRecipe.Builder.RowsStep |
In this Step add one or more rows of Ingredients.
|
ShapedCraftingRecipe.Builder.RowsStep.ResultStep |
In this Step add one or more rows of Ingredients or continue
by setting the result.
|
ShapelessCraftingRecipe |
A ShapelessCraftingRecipe is a CraftingRecipe that does not have shape and
just has a list of ingredients.
|
ShapelessCraftingRecipe.Builder |
Builder for
ShapelessCraftingRecipe s. |
ShapelessCraftingRecipe.Builder.EndStep |
In this Step set the group of the Recipe and/or build it.
|
ShapelessCraftingRecipe.Builder.ResultStep |
In this Step set the result of the Recipe.
|
Class | Description |
---|---|
CraftingRecipes |
An enumeration of all possible
CraftingRecipe s in vanilla minecraft. |
CraftingResult |
The result of fulfilling a
CraftingRecipe . |