public class CraftingManager extends Object
Modifier and Type | Method and Description |
---|---|
ShapedRecipes |
addRecipe(ItemStack par1ItemStack,
Object... par2ArrayOfObj) |
void |
addShapelessRecipe(ItemStack par1ItemStack,
Object... par2ArrayOfObj) |
ItemStack |
findMatchingRecipe(InventoryCrafting par1InventoryCrafting,
World par2World) |
static CraftingManager |
getInstance()
Returns the static instance of this class
|
List |
getRecipeList()
returns the List<> of all recipes
|
public static final CraftingManager getInstance()
public ShapedRecipes addRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj)
public void addShapelessRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj)
public ItemStack findMatchingRecipe(InventoryCrafting par1InventoryCrafting, World par2World)
public List getRecipeList()