public interface ShapelessRecipeBuilder
Modifier and Type | Method and Description |
---|---|
ShapelessRecipeBuilder |
addIngredient(ItemStack ingredient)
Adds an ingredient to the requirements of this ShapelessRecipe.
|
ShapelessRecipeBuilder |
addResult(ItemStack result)
Adds a resultant ItemStack for when this ShapelessRecipe is
correctly crafted.
|
ShapelessRecipe |
build()
Builds a new ShapelessRecipe from this builder.
|
ShapelessRecipeBuilder addIngredient(ItemStack ingredient)
ingredient
- The ingredientShapelessRecipeBuilder addResult(ItemStack result)
result
- The resultShapelessRecipe build()