Class JEIEtchingTankCategory

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

public class JEIEtchingTankCategory extends AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEIEtchingTankCategory.EtchingTankRecipe>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(me.desht.pneumaticcraft.common.thirdparty.jei.JEIEtchingTankCategory.EtchingTankRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEIEtchingTankCategory.EtchingTankRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    Methods inherited from class me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory

    getBackground, getIcon, getRecipeType, getTitle

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mezz.jei.api.recipe.category.IRecipeCategory

    getHeight, getRegistryName, getTooltipStrings, getWidth, handleInput, isHandled
  • Method Details

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEIEtchingTankCategory.EtchingTankRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
    • draw

      public void draw(me.desht.pneumaticcraft.common.thirdparty.jei.JEIEtchingTankCategory.EtchingTankRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY)