Class FanBlastingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
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<?>>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
ConstructorsConstructorDescriptionFanBlastingCategory(CreateRecipeCategory.Info<net.minecraft.world.item.crafting.AbstractCookingRecipe> 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
addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, registerCatalysts, registerRecipesMethods 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
-
FanBlastingCategory
public FanBlastingCategory(CreateRecipeCategory.Info<net.minecraft.world.item.crafting.AbstractCookingRecipe> info)
-
-
Method Details
-
getBlockShadow
- Overrides:
getBlockShadowin classProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-
renderAttachedBlock
protected void renderAttachedBlock(net.minecraft.client.gui.GuiGraphics graphics) - Specified by:
renderAttachedBlockin classProcessingViaFanCategory<net.minecraft.world.item.crafting.AbstractCookingRecipe>
-