Class ProcessingViaFanCategory.MultiOutput<T extends ProcessingRecipe<?>>
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<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 ProcessingRecipe<?>>
extends ProcessingViaFanCategory<T>
-
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 voidrenderWidgets(com.mojang.blaze3d.vertex.PoseStack matrixStack, T recipe, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, T recipe, mezz.jei.api.recipe.IFocusGroup focuses) Sets all the recipe's ingredients by filling out an instance ofIRecipeLayoutBuilder.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
addFluidTooltip, addFluidTooltip, addStochasticTooltip, doubleItemIcon, emptyBackground, getBackground, getIcon, getRecipeClass, 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
-
MultiOutput
public MultiOutput(mezz.jei.api.gui.drawable.IDrawable icon)
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, T recipe, mezz.jei.api.recipe.IFocusGroup focuses) Description copied from interface:mezz.jei.api.recipe.category.IRecipeCategorySets all the recipe's ingredients by filling out an instance ofIRecipeLayoutBuilder. This is used by JEI for lookups, to figure out what ingredients are inputs and outputs for a recipe.- Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<T extends ProcessingRecipe<?>>- Overrides:
setRecipein classProcessingViaFanCategory<T extends ProcessingRecipe<?>>
-
renderWidgets
protected void renderWidgets(com.mojang.blaze3d.vertex.PoseStack matrixStack, T recipe, double mouseX, double mouseY) - Overrides:
renderWidgetsin classProcessingViaFanCategory<T extends ProcessingRecipe<?>>
-