Class ProcessingViaFanCategory.MultiOutput<T extends StandardProcessingRecipe<?>>
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory<T>
com.simibubi.create.compat.jei.category.ProcessingViaFanCategory.MultiOutput<T>
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<T>>
- Direct Known Subclasses:
FanHauntingCategory,FanWashingCategory
- Enclosing class:
ProcessingViaFanCategory<T extends net.minecraft.world.item.crafting.Recipe<?>>
public abstract static class ProcessingViaFanCategory.MultiOutput<T extends StandardProcessingRecipe<?>>
extends ProcessingViaFanCategory<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
ProcessingViaFanCategory.MultiOutput<T extends StandardProcessingRecipe<?>>Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
CreateRecipeCategory.Builder<T extends net.minecraft.world.item.crafting.Recipe<? extends net.minecraft.world.item.crafting.RecipeInput>>, 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderWidgets(net.minecraft.client.gui.GuiGraphics graphics, T recipe, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, T recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.simibubi.create.compat.jei.category.ProcessingViaFanCategory
draw, getBlockShadow, getFan, renderAttachedBlock, translateFanMethods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, draw, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, getTooltipStrings, getTooltipStrings, registerCatalysts, registerRecipes, setRecipeMethods 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, getWidth, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
-
Constructor Details
-
MultiOutput
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, T recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Overrides:
setRecipein classProcessingViaFanCategory<T extends StandardProcessingRecipe<?>>
-
renderWidgets
protected void renderWidgets(net.minecraft.client.gui.GuiGraphics graphics, T recipe, double mouseX, double mouseY) - Overrides:
renderWidgetsin classProcessingViaFanCategory<T extends StandardProcessingRecipe<?>>
-