Interface SpecialCraftingRecipe
-
- All Superinterfaces:
CraftingRecipe
,Keyed
,Recipe
,ResourceKeyed
public interface SpecialCraftingRecipe extends CraftingRecipe
Recipes with custom matching/result logic.Special recipes cannot be displayed in a recipe book.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SpecialCraftingRecipe.Builder
-
Method Summary
Static Methods Modifier and Type Method Description static SpecialCraftingRecipe.Builder
builder()
Creates a newSpecialCraftingRecipe.Builder
to build aSpecialCraftingRecipe
.-
Methods inherited from interface org.spongepowered.api.item.recipe.crafting.CraftingRecipe
group, type
-
Methods inherited from interface org.spongepowered.api.item.recipe.Recipe
exemplaryResult, ingredients, isDynamic, isValid, remainingItems, result, result
-
Methods inherited from interface org.spongepowered.api.ResourceKeyed
key
-
-
-
-
Method Detail
-
builder
static SpecialCraftingRecipe.Builder builder()
Creates a newSpecialCraftingRecipe.Builder
to build aSpecialCraftingRecipe
.- Returns:
- The new builder
-
-