net.minecraft.src
Class CraftingManager

java.lang.Object
  extended by net.minecraft.src.CraftingManager

public class CraftingManager
extends Object


Method Summary
 void addRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj)
          Adds a recipe.
 void addShapelessRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj)
           
 ItemStack func_82787_a(InventoryCrafting par1InventoryCrafting, World par2World)
           
static CraftingManager getInstance()
          Returns the static instance of this class
 List getRecipeList()
          returns the List<> of all recipes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final CraftingManager getInstance()
Returns the static instance of this class


addRecipe

public void addRecipe(ItemStack par1ItemStack,
                      Object... par2ArrayOfObj)
Adds a recipe. See spreadsheet on first page for details.


addShapelessRecipe

public void addShapelessRecipe(ItemStack par1ItemStack,
                               Object... par2ArrayOfObj)

func_82787_a

public ItemStack func_82787_a(InventoryCrafting par1InventoryCrafting,
                              World par2World)

getRecipeList

public List getRecipeList()
returns the List<> of all recipes