Class JEIAssemblyControllerCategory

java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory<AssemblyRecipe>
me.desht.pneumaticcraft.common.thirdparty.jei.JEIAssemblyControllerCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<AssemblyRecipe>

public class JEIAssemblyControllerCategory extends AbstractPNCCategory<AssemblyRecipe>
  • Method Details

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, AssemblyRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    • draw

      public void draw(AssemblyRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY)