public class RecipesMapExtending extends ShapedRecipes
recipeHeight, recipeItems, recipeWidth| Constructor and Description |
|---|
RecipesMapExtending() |
| Modifier and Type | Method and Description |
|---|---|
ItemStack |
getCraftingResult(InventoryCrafting inv)
Returns an Item that is the result of this recipe
|
boolean |
matches(InventoryCrafting inv,
World worldIn)
Used to check if a recipe matches current crafting inventory
|
getRecipeOutput, getRecipeSize, getRemainingItemspublic boolean matches(InventoryCrafting inv, World worldIn)
matches in interface IRecipematches in class ShapedRecipespublic ItemStack getCraftingResult(InventoryCrafting inv)
getCraftingResult in interface IRecipegetCraftingResult in class ShapedRecipes