Package net.minecraft.src
Class CraftingManager
java.lang.Object
net.minecraft.src.CraftingManager
-
Method Summary
Modifier and TypeMethodDescriptionaddShapedRecipeWithCustomClass(Class<? extends ShapedRecipes> recipeClass, ItemStack par1ItemStack, Object... par2ArrayOfObj) voidaddShapelessRecipe(ItemStack par1ItemStack, Object... par2ArrayOfObj) addShapelessRecipes(ItemStack par1ItemStack, Object... par2ArrayOfObj) createRecipe(ItemStack par1ItemStack, Object[] par2ArrayOfObj) createShapelessRecipe(ItemStack par1ItemStack, Object[] par2ArrayOfObj) findMatchingIRecipe(InventoryCrafting inventory, World world) findMatchingRecipe(InventoryCrafting inventory, World world) static final CraftingManagerReturns the static instance of this classreturns theList<>of all recipesbooleanremoveRecipe(ItemStack itemStack, Object[] recipeArray) booleanremoveShapelessRecipe(ItemStack itemStack, Object[] recipeArray)
-
Method Details
-
getInstance
Returns the static instance of this class -
addRecipe
-
addShapelessRecipe
-
addShapelessRecipes
-
getRecipeList
returns theList<>of all recipes -
findMatchingRecipe
-
findMatchingIRecipe
-
removeRecipe
-
removeShapelessRecipe
-
createRecipe
-
createShapelessRecipe
-
addShapedRecipeWithCustomClass
public ShapedRecipes addShapedRecipeWithCustomClass(Class<? extends ShapedRecipes> recipeClass, ItemStack par1ItemStack, Object... par2ArrayOfObj) -
getRecipes
-