public interface IRecipe
Modifier and Type | Method and Description |
---|---|
ItemStack |
getCraftingResult(InventoryCrafting inventorycrafting)
Returns an Item that is the result of this recipe
|
ItemStack |
getRecipeOutput() |
int |
getRecipeSize()
Returns the size of the recipe area
|
boolean |
matches(InventoryCrafting inventorycrafting,
World world)
Used to check if a recipe matches current crafting inventory
|
boolean matches(InventoryCrafting inventorycrafting, World world)
ItemStack getCraftingResult(InventoryCrafting inventorycrafting)
int getRecipeSize()
ItemStack getRecipeOutput()