| Package | Description |
|---|---|
| cpw.mods.fml.common.registry | |
| net.minecraft.item.crafting | |
| net.minecraftforge.oredict |
| Modifier and Type | Method and Description |
|---|---|
static IRecipe |
GameRegistry.addShapedRecipe(ItemStack output,
Object... params) |
| Modifier and Type | Method and Description |
|---|---|
static void |
GameRegistry.addRecipe(IRecipe recipe) |
| Modifier and Type | Class and Description |
|---|---|
class |
RecipeFireworks |
class |
RecipesArmorDyes |
class |
RecipesMapCloning |
class |
RecipesMapExtending |
class |
ShapedRecipes |
class |
ShapelessRecipes |
| Modifier and Type | Class and Description |
|---|---|
class |
ShapedOreRecipe |
class |
ShapelessOreRecipe |
| Modifier and Type | Method and Description |
|---|---|
int |
RecipeSorter.compare(IRecipe r1,
IRecipe r2) |
static RecipeSorter.Category |
RecipeSorter.getCategory(IRecipe recipe) |