net.minecraft.item.crafting
Class RecipesMapExtending
java.lang.Object
net.minecraft.item.crafting.ShapedRecipes
net.minecraft.item.crafting.RecipesMapExtending
- All Implemented Interfaces:
- IRecipe
public class RecipesMapExtending
- extends ShapedRecipes
RecipesMapExtending
public RecipesMapExtending()
matches
public boolean matches(InventoryCrafting par1InventoryCrafting,
World par2World)
- Used to check if a recipe matches current crafting inventory
- Specified by:
matches
in interface IRecipe
- Overrides:
matches
in class ShapedRecipes
getCraftingResult
public ItemStack getCraftingResult(InventoryCrafting par1InventoryCrafting)
- Returns an Item that is the result of this recipe
- Specified by:
getCraftingResult
in interface IRecipe
- Overrides:
getCraftingResult
in class ShapedRecipes