public class FabricatorRecipeCategory extends ForestryRecipeCategory<FabricatorRecipeWrapper>
| Constructor and Description |
|---|
FabricatorRecipeCategory(mezz.jei.api.IGuiHelper guiHelper) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUid()
Returns a unique ID for this recipe category.
|
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
FabricatorRecipeWrapper recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients)
Set the
IRecipeLayout properties from the IRecipeWrapper and IIngredients. |
getBackground, getModName, getTitlepublic FabricatorRecipeCategory(mezz.jei.api.IGuiHelper guiHelper)
public java.lang.String getUid()
mezz.jei.api.recipe.IRecipeCategoryfor vanilla examplespublic void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
FabricatorRecipeWrapper recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients)
mezz.jei.api.recipe.IRecipeCategoryIRecipeLayout properties from the IRecipeWrapper and IIngredients.recipeLayout - the layout that needs its properties set.recipeWrapper - the recipeWrapper, for extra information.ingredients - the ingredients, already set by the recipeWrapper