| Package | Description | 
|---|---|
| net.minecraftforge.common.crafting | 
| Modifier and Type | Field and Description | 
|---|---|
| static CraftingHelper.FactoryLoader<IConditionFactory> | CraftingHelper. CONDITIONS | 
| static CraftingHelper.FactoryLoader<IIngredientFactory> | CraftingHelper. INGREDIENTS | 
| static CraftingHelper.FactoryLoader<IRecipeFactory> | CraftingHelper. RECIPES | 
| Modifier and Type | Method and Description | 
|---|---|
| private static void | CraftingHelper. loadFactories(com.google.gson.JsonObject json,
             JsonContext context,
             CraftingHelper.FactoryLoader... loaders) | 
| static void | CraftingHelper. loadFactories(ModContainer mod,
             java.lang.String base,
             CraftingHelper.FactoryLoader... loaders) | 
| private static <T> void | CraftingHelper. loadFactory(com.google.gson.JsonObject json,
           JsonContext context,
           CraftingHelper.FactoryLoader<T> loader) |