Package emi.dev.emi.emi.recipe
Class EmiTagRecipe
java.lang.Object
emi.dev.emi.emi.api.recipe.EmiIngredientRecipe
emi.dev.emi.emi.recipe.EmiTagRecipe
- All Implemented Interfaces:
EmiRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class emi.dev.emi.emi.api.recipe.EmiIngredientRecipe
EmiIngredientRecipe.PageManager, EmiIngredientRecipe.PageSlotWidget -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()protected EmiIngredientprotected EmiRecipegetRecipeContext(EmiStack stack, int offset) Methods inherited from class emi.dev.emi.emi.api.recipe.EmiIngredientRecipe
addWidgets, getDisplayHeight, getDisplayWidth, getInputs, getOutputs, supportsRecipeTreeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface emi.dev.emi.emi.api.recipe.EmiRecipe
getCatalysts, hideCraftable
-
Field Details
-
key
-
-
Constructor Details
-
EmiTagRecipe
-
-
Method Details
-
getIngredient
- Specified by:
getIngredientin classEmiIngredientRecipe
-
getStacks
- Specified by:
getStacksin classEmiIngredientRecipe
-
getRecipeContext
- Specified by:
getRecipeContextin classEmiIngredientRecipe
-
getCategory
- Returns:
- The recipe category this recipe should be displayed under. This is used for grouping in the recipe screen, as well as category display in the recipe tree.
-
getId
- Returns:
- The unique id of the recipe, or null. If null, the recipe cannot be serialized.
-