net.minecraft.item.crafting
Class CraftingManager

java.lang.Object
  extended by net.minecraft.item.crafting.CraftingManager

public class CraftingManager
extends Object


Method Summary
 void addShapelessRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj)
           
 ItemStack findMatchingRecipe(InventoryCrafting par1InventoryCrafting, World par2World)
           
 ShapedRecipes func_92051_a(ItemStack par1ItemStack, Object... par2ArrayOfObj)
           
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


func_92051_a

public ShapedRecipes func_92051_a(ItemStack par1ItemStack,
                                  Object... par2ArrayOfObj)

addShapelessRecipe

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

findMatchingRecipe

public ItemStack findMatchingRecipe(InventoryCrafting par1InventoryCrafting,
                                    World par2World)

getRecipeList

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