- All Superinterfaces:
Recipe
public interface CraftingRecipe
extends Recipe
- Author:
- CreeperFace
-
Method Summary
int
boolean
Returns whether the specified list of crafting grid inputs and outputs matches this recipe.
boolean
-
Method Details
-
requiresCraftingTable
boolean requiresCraftingTable()
-
-
-
getPriority
int getPriority()
-
matchItems
Returns whether the specified list of crafting grid inputs and outputs matches this recipe. Outputs DO NOT
include the primary result item.
- Parameters:
input - 2D array of items taken from the crafting grid
output - 2D array of items put back into the crafting grid (secondary results)
- Returns:
- bool