Package net.minecraft.src
Class CraftingManager
- java.lang.Object
-
- net.minecraft.src.CraftingManager
-
public class CraftingManager extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemStack
findMatchingRecipe(InventoryCrafting var1)
static CraftingManager
getInstance()
java.util.List
getRecipeList()
-
-
-
Method Detail
-
getInstance
public static final CraftingManager getInstance()
-
findMatchingRecipe
public ItemStack findMatchingRecipe(InventoryCrafting var1)
-
getRecipeList
public java.util.List getRecipeList()
-
-