Class FanWashingCategory
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<SplashingRecipe>
com.simibubi.create.compat.jei.category.FanWashingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SplashingRecipe>
-
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 TypeMethodDescriptionClass<? extends SplashingRecipe>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, getBlockShadow, 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
-
FanWashingCategory
public FanWashingCategory()
-
-
Method Details
-
getRecipeClass
Description copied from interface:mezz.jei.api.recipe.category.IRecipeCategoryReturns the class of recipes that this recipe category handles. -
renderAttachedBlock
protected void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<SplashingRecipe>
-