Class FanBlastingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
com.simibubi.create.compat.jei.category.FanBlastingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
public class FanBlastingCategory
extends ProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-
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 net.minecraft.world.item.crafting.AbstractCookingRecipe>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
draw, getFan, renderWidgets, setIngredients, setRecipe, 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
-
FanBlastingCategory
public FanBlastingCategory()
-
-
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<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-
renderAttachedBlock
protected void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-