Class FanSmokingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<net.minecraft.world.item.crafting.SmokingRecipe>
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<?>>Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
CreateRecipeCategory.Factory<T extends net.minecraft.world.item.crafting.Recipe<?>>, CreateRecipeCategory.Info<T extends net.minecraft.world.item.crafting.Recipe<?>> -
Field Summary
Fields inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
SCALEFields inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
background, icon, title, type -
Constructor Summary
ConstructorsConstructorDescriptionFanSmokingCategory(CreateRecipeCategory.Info<net.minecraft.world.item.crafting.SmokingRecipe> info) -
Method Summary
Modifier and TypeMethodDescriptionprotected AllGuiTexturesprotected voidrenderAttachedBlock(net.minecraft.client.gui.GuiGraphics graphics) 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, asDrawable, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, registerCatalysts, registerRecipes, 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
createRecipeExtras, createRecipeExtras, getCodec, getHeight, getRegistryName, getTooltip, getTooltipStrings, getWidth, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Constructor Details
-
FanSmokingCategory
public FanSmokingCategory(CreateRecipeCategory.Info<net.minecraft.world.item.crafting.SmokingRecipe> info)
-
-
Method Details
-
getBlockShadow
- Overrides:
getBlockShadowin classProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-
renderAttachedBlock
protected void renderAttachedBlock(net.minecraft.client.gui.GuiGraphics graphics) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<net.minecraft.world.item.crafting.SmokingRecipe>
-