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