Class FanSmokingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
com.simibubi.create.compat.jei.category.FanSmokingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.SmokingRecipe>
public class FanSmokingCategory
extends ProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-
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, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AllGuiTexturesClass<? extends net.minecraft.world.item.crafting.SmokingRecipe>Returns the class of recipes that this recipe category handles.protected voidrenderAttachedBlock(@NotNull com.mojang.blaze3d.vertex.PoseStack matrixStack) Methods inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
draw, getFan, renderWidgets, setRecipe, translateFanMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidTooltip, addFluidTooltip, addStochasticTooltip, doubleItemIcon, emptyBackground, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getTitle, getUid, itemIcon, registerRecipes, 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, getRegistryName, getTooltipStrings, getTooltipStrings, handleClick, handleInput, isHandled, setIngredients, setRecipe, setRecipe
-
Constructor Details
-
FanSmokingCategory
public FanSmokingCategory()
-
-
Method Details
-
getRecipeClass
Description copied from interface:mezz.jei.api.recipe.category.IRecipeCategoryReturns the class of recipes that this recipe category handles.- Specified by:
getRecipeClassin interfacemezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.SmokingRecipe>- Specified by:
getRecipeClassin classCreateRecipeCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-
getBlockShadow
- Overrides:
getBlockShadowin classProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-
renderAttachedBlock
protected void renderAttachedBlock(@NotNull @NotNull com.mojang.blaze3d.vertex.PoseStack matrixStack) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-