public class CraftingManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ShapedRecipes |
addRecipe(ItemStack p_92103_1_,
java.lang.Object... p_92103_2_) |
void |
addShapelessRecipe(ItemStack p_77596_1_,
java.lang.Object... p_77596_2_) |
ItemStack |
findMatchingRecipe(InventoryCrafting p_82787_1_,
World p_82787_2_) |
static CraftingManager |
getInstance()
Returns the static instance of this class
|
java.util.List |
getRecipeList()
returns the List<> of all recipes
|
public static final CraftingManager getInstance()
public ShapedRecipes addRecipe(ItemStack p_92103_1_, java.lang.Object... p_92103_2_)
public void addShapelessRecipe(ItemStack p_77596_1_, java.lang.Object... p_77596_2_)
public ItemStack findMatchingRecipe(InventoryCrafting p_82787_1_, World p_82787_2_)
public java.util.List getRecipeList()