Package | Description |
---|---|
net.minecraft.item.crafting |
Modifier and Type | Method and Description |
---|---|
static CraftingManager |
CraftingManager.getInstance()
Returns the static instance of this class
|
Modifier and Type | Method and Description |
---|---|
void |
RecipesCrafting.addRecipes(CraftingManager par1CraftingManager)
Adds the crafting recipes to the CraftingManager.
|
void |
RecipesTools.addRecipes(CraftingManager par1CraftingManager)
Adds the tool recipes to the CraftingManager.
|
void |
RecipesDyes.addRecipes(CraftingManager par1CraftingManager)
Adds the dye recipes to the CraftingManager.
|
void |
RecipesFood.addRecipes(CraftingManager par1CraftingManager)
Adds the food recipes to the CraftingManager.
|
void |
RecipesWeapons.addRecipes(CraftingManager par1CraftingManager)
Adds the weapon recipes to the CraftingManager.
|
void |
RecipesArmor.addRecipes(CraftingManager par1CraftingManager)
Adds the armor recipes to the CraftingManager.
|
void |
RecipesIngots.addRecipes(CraftingManager par1CraftingManager)
Adds the ingot recipes to the CraftingManager.
|