public class JEISpawnerExtractionCategory extends AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.Recipe>
| Constructor and Description |
|---|
JEISpawnerExtractionCategory() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Collection<?> |
getAllRecipes() |
void |
setIngredients(me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.Recipe recipe,
mezz.jei.api.ingredients.IIngredients iIngredients)
Sets all the recipe's ingredients by filling out an instance of
IIngredients. |
void |
setRecipe(mezz.jei.api.gui.IRecipeLayout iRecipeLayout,
me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.Recipe recipe,
mezz.jei.api.ingredients.IIngredients iIngredients)
Set the
IRecipeLayout properties from the recipe. |
getBackground, getIcon, getRecipeClass, getTitle, getTitleAsTextComponent, getUidpublic void setIngredients(me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.Recipe recipe,
mezz.jei.api.ingredients.IIngredients iIngredients)
mezz.jei.api.recipe.category.IRecipeCategoryIIngredients.
This is used by JEI for lookups, to figure out what ingredients are inputs and outputs for a recipe.public void setRecipe(mezz.jei.api.gui.IRecipeLayout iRecipeLayout,
me.desht.pneumaticcraft.common.thirdparty.jei.JEISpawnerExtractionCategory.Recipe recipe,
mezz.jei.api.ingredients.IIngredients iIngredients)
mezz.jei.api.recipe.category.IRecipeCategoryIRecipeLayout properties from the recipe.iRecipeLayout - the layout that needs its properties set.recipe - the recipe, for extra information.iIngredients - the ingredients, already set earlier by IRecipeCategory.setIngredients(T, mezz.jei.api.ingredients.IIngredients)public static java.util.Collection<?> getAllRecipes()