Class JEIRefineryCategory

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

public class JEIRefineryCategory extends AbstractPNCCategory<RefineryRecipe>
  • Method Details

    • setRecipe

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

      public void draw(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics graphics, double mouseX, double mouseY)
    • getTooltipStrings

      public List<net.minecraft.network.chat.Component> getTooltipStrings(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)