Package net.minecraft.src
Class RecipesMapExtending
java.lang.Object
net.minecraft.src.ShapedRecipes
net.minecraft.src.RecipesMapExtending
- All Implemented Interfaces:
IdentifiableRecipe<IRecipe>,IRecipe
-
Field Summary
Fields inherited from class net.minecraft.src.ShapedRecipes
recipeOutputItemID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCraftingResult(InventoryCrafting par1InventoryCrafting) Returns an Item that is the result of this recipebooleanmatches(InventoryCrafting par1InventoryCrafting, World par2World) Used to check if a recipe matches current crafting inventoryMethods inherited from class net.minecraft.src.ShapedRecipes
func_92100_c, getRecipeHeight, getRecipeItems, getRecipeOutput, getRecipeSize, getRecipeWidth, getSecondaryOutput, hasSecondaryOutput, matches, setSecondaryOutputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface api.crafting.IdentifiableRecipe
getId, setAsDefaultAfterAchievement, setAsDefaultUntilAchievement, setAsRecipeDefaultMethods inherited from interface net.minecraft.src.IRecipe
hideFromEMI
-
Constructor Details
-
RecipesMapExtending
public RecipesMapExtending()
-
-
Method Details
-
matches
Used to check if a recipe matches current crafting inventory- Specified by:
matchesin interfaceIRecipe- Overrides:
matchesin classShapedRecipes
-
getCraftingResult
Returns an Item that is the result of this recipe- Specified by:
getCraftingResultin interfaceIRecipe- Overrides:
getCraftingResultin classShapedRecipes
-