Package net.minecraft.src
Class RecipesMapCloning
java.lang.Object
net.minecraft.src.RecipesMapCloning
- All Implemented Interfaces:
IdentifiableRecipe<IRecipe>,IRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCraftingResult(InventoryCrafting par1InventoryCrafting) Returns an Item that is the result of this recipeintReturns the size of the recipe areagetSecondaryOutput(IInventory inventory) booleanbooleanmatches(InventoryCrafting par1InventoryCrafting, World par2World) Used to check if a recipe matches current crafting inventorybooleanMethods 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
-
RecipesMapCloning
public RecipesMapCloning()
-
-
Method Details
-
matches
Used to check if a recipe matches current crafting inventory -
getCraftingResult
Returns an Item that is the result of this recipe- Specified by:
getCraftingResultin interfaceIRecipe
-
getRecipeSize
public int getRecipeSize()Returns the size of the recipe area- Specified by:
getRecipeSizein interfaceIRecipe
-
getRecipeOutput
- Specified by:
getRecipeOutputin interfaceIRecipe
-
matches
-
hasSecondaryOutput
public boolean hasSecondaryOutput()- Specified by:
hasSecondaryOutputin interfaceIRecipe
-
getSecondaryOutput
- Specified by:
getSecondaryOutputin interfaceIRecipe
-