Package hiiragi283.core.client.emi
Class HTEmiRecipeHandler
-
- All Implemented Interfaces:
-
dev.emi.emi.api.recipe.handler.EmiRecipeHandler,dev.emi.emi.api.recipe.handler.StandardRecipeHandler
public class HTEmiRecipeHandler<BE extends HTBlockEntity> implements StandardRecipeHandler<HTBlockEntityContainerMenu<BE>>
-
-
Constructor Summary
Constructors Constructor Description HTEmiRecipeHandler(List<EmiRecipeCategory> categories)HTEmiRecipeHandler(EmiRecipeCategory categories)
-
Method Summary
Modifier and Type Method Description List<Slot>getInputSources(HTBlockEntityContainerMenu<BE> handler)List<Slot>getCraftingSlots(HTBlockEntityContainerMenu<BE> handler)SlotgetOutputSlot(HTBlockEntityContainerMenu<BE> handler)final BooleansupportsRecipe(EmiRecipe recipe)-
Methods inherited from class dev.emi.emi.api.recipe.handler.StandardRecipeHandler
getCraftingSlots -
Methods inherited from class dev.emi.emi.api.recipe.handler.EmiRecipeHandler
alwaysDisplaySupport, canCraft, craft, getInventory, getTooltip, render -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTEmiRecipeHandler
HTEmiRecipeHandler(List<EmiRecipeCategory> categories)
-
HTEmiRecipeHandler
HTEmiRecipeHandler(EmiRecipeCategory categories)
-
-
Method Detail
-
getInputSources
List<Slot> getInputSources(HTBlockEntityContainerMenu<BE> handler)
-
getCraftingSlots
List<Slot> getCraftingSlots(HTBlockEntityContainerMenu<BE> handler)
-
getOutputSlot
Slot getOutputSlot(HTBlockEntityContainerMenu<BE> handler)
-
supportsRecipe
final Boolean supportsRecipe(EmiRecipe recipe)
-
-
-
-