public interface ShapelessCraftingRecipe extends CraftingRecipe
Modifier and Type | Interface and Description |
---|---|
static interface |
ShapelessCraftingRecipe.Builder
Builder for
ShapelessCraftingRecipe s. |
Modifier and Type | Method and Description |
---|---|
static ShapelessCraftingRecipe.Builder |
builder()
Creates a new
ShapelessCraftingRecipe.Builder to build a ShapelessCraftingRecipe . |
List<Ingredient> |
getIngredientPredicates()
Gets the ingredient predicates for this ShapelessCraftingRecipe.
|
getGroup, getRemainingItems, getResult, getResult, isValid, shapedBuilder, shapelessBuilder
getExemplaryResult
getId, getName
static ShapelessCraftingRecipe.Builder builder()
ShapelessCraftingRecipe.Builder
to build a ShapelessCraftingRecipe
.List<Ingredient> getIngredientPredicates()