public class CharcoalPileWallCategory extends ForestryRecipeCategory<CharcoalPileWallWrapper>
| Constructor and Description |
|---|
CharcoalPileWallCategory(mezz.jei.api.IGuiHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawExtras(net.minecraft.client.Minecraft minecraft)
Draw any extra elements that might be necessary, icons or extra slots.
|
java.lang.String |
getUid()
Returns a unique ID for this recipe category.
|
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
CharcoalPileWallWrapper recipeWrapper,
mezz.jei.api.ingredients.IIngredients ingredients)
Set the
IRecipeLayout properties from the IRecipeWrapper and IIngredients. |
getBackground, getModName, getTitlepublic CharcoalPileWallCategory(mezz.jei.api.IGuiHelper helper)
public java.lang.String getUid()
mezz.jei.api.recipe.IRecipeCategoryfor vanilla examplespublic void drawExtras(net.minecraft.client.Minecraft minecraft)
mezz.jei.api.recipe.IRecipeCategoryfor a simple class for drawing things.,
for useful functions.public void setRecipe(mezz.jei.api.gui.IRecipeLayout recipeLayout,
CharcoalPileWallWrapper 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