public static interface ShapedCraftingRecipe.Builder.RowsStep extends ShapedCraftingRecipe.Builder
Modifier and Type | Interface and Description |
---|---|
static interface |
ShapedCraftingRecipe.Builder.RowsStep.ResultStep
In this Step add one or more rows of Ingredients or continue
by setting the result.
|
ShapedCraftingRecipe.Builder.AisleStep, ShapedCraftingRecipe.Builder.EndStep, ShapedCraftingRecipe.Builder.RowsStep
Modifier and Type | Method and Description |
---|---|
default ShapedCraftingRecipe.Builder.RowsStep.ResultStep |
row(Ingredient... ingredients)
Adds a row of ingredients.
|
ShapedCraftingRecipe.Builder.RowsStep.ResultStep |
row(int skip,
Ingredient... ingredients)
Adds a row of ingredients filling the skipped
columns with
Ingredient.NONE . |
aisle, rows
from, reset
default ShapedCraftingRecipe.Builder.RowsStep.ResultStep row(Ingredient... ingredients)
ingredients
- The row of ingredients.ShapedCraftingRecipe.Builder.RowsStep.ResultStep row(int skip, Ingredient... ingredients)
Ingredient.NONE
.skip
- The amount of columns to skip.ingredients
- The row of ingredients.