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>
-
Field Summary
Fields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
name, recipeCatalysts, recipes, uid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends net.minecraft.world.item.crafting.AbstractCookingRecipe>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
getTooltipStrings, handleClick, handleInput, isHandled
-
Constructor Details
-
FanBlastingCategory
public FanBlastingCategory()
-
-
Method Details
-
getRecipeClass
-
renderAttachedBlock
public void renderAttachedBlock(com.mojang.blaze3d.vertex.PoseStack matrixStack) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-