Package net.minecraft.src
Class ShapedRecipes
- java.lang.Object
-
- net.minecraft.src.ShapedRecipes
-
-
Field Summary
Fields Modifier and Type Field Description intrecipeOutputItemID
-
Constructor Summary
Constructors Constructor Description ShapedRecipes(int var1, int var2, ItemStack[] var3, ItemStack var4)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStackgetCraftingResult(InventoryCrafting var1)ItemStackgetRecipeOutput()intgetRecipeSize()booleanmatches(InventoryCrafting var1)
-
-
-
Method Detail
-
getRecipeOutput
public ItemStack getRecipeOutput()
- Specified by:
getRecipeOutputin interfaceIRecipe
-
matches
public boolean matches(InventoryCrafting var1)
-
getCraftingResult
public ItemStack getCraftingResult(InventoryCrafting var1)
- Specified by:
getCraftingResultin interfaceIRecipe
-
getRecipeSize
public int getRecipeSize()
- Specified by:
getRecipeSizein interfaceIRecipe
-
-