Class FanHauntingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory.MultiOutput<HauntingRecipe>
com.simibubi.create.compat.jei.category.FanHauntingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<HauntingRecipe>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
ProcessingViaFanCategory.MultiOutput<T extends ProcessingRecipe<?>> -
Field Summary
Fields inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
SCALEFields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
name, recipeCatalysts, recipes, uid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AllGuiTexturesClass<? extends HauntingRecipe>Returns the class of recipes that this recipe category handles.protected voidrenderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack) Methods inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory.MultiOutput
renderWidgets, setIngredients, setRecipeMethods inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
draw, getFan, translateFanMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidTooltip, addFluidTooltip, addStochasticTooltip, addStochasticTooltip, doubleItemIcon, emptyBackground, getBackground, getIcon, getRenderedSlot, getTitle, getUid, itemIcon, setCategoryId, withImprovedVisibility, withImprovedVisibilityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory
draw, getRecipeType, getRegistryName, getTooltipStrings, getTooltipStrings, handleClick, handleInput, isHandled, setRecipe, setRecipe
-
Constructor Details
-
FanHauntingCategory
public FanHauntingCategory()
-
-
Method Details
-
getRecipeClass
Description copied from interface:mezz.jei.api.recipe.category.IRecipeCategoryReturns the class of recipes that this recipe category handles. -
getBlockShadow
- Overrides:
getBlockShadowin classProcessingViaFanCategory<HauntingRecipe>
-
renderAttachedBlock
protected void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<HauntingRecipe>
-