Class DeployingCategory
java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<DeployerApplicationRecipe>
com.simibubi.create.compat.jei.category.DeployingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<DeployerApplicationRecipe>>
@ParametersAreNonnullByDefault
public class DeployingCategory
extends CreateRecipeCategory<DeployerApplicationRecipe>
-
Nested Class Summary
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.CreateRecipeCategory
background, icon, title, type -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(DeployerApplicationRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, DeployerApplicationRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory
addFluidSlot, 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
-
DeployingCategory
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, DeployerApplicationRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein classCreateRecipeCategory<DeployerApplicationRecipe>
-
draw
public void draw(DeployerApplicationRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY) - Specified by:
drawin classCreateRecipeCategory<DeployerApplicationRecipe>
-