Package net.minecraft.src
Class ShapedRecipes
- java.lang.Object
-
- net.minecraft.src.ShapedRecipes
-
-
Field Summary
Fields Modifier and Type Field Description int
recipeOutputItemID
-
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 ItemStack
getCraftingResult(InventoryCrafting var1)
ItemStack
getRecipeOutput()
int
getRecipeSize()
boolean
matches(InventoryCrafting var1)
-
-
-
Method Detail
-
getRecipeOutput
public ItemStack getRecipeOutput()
- Specified by:
getRecipeOutput
in interfaceIRecipe
-
matches
public boolean matches(InventoryCrafting var1)
-
getCraftingResult
public ItemStack getCraftingResult(InventoryCrafting var1)
- Specified by:
getCraftingResult
in interfaceIRecipe
-
getRecipeSize
public int getRecipeSize()
- Specified by:
getRecipeSize
in interfaceIRecipe
-
-