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