Class JEIFluidMixerCategory

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

public class JEIFluidMixerCategory extends AbstractPNCCategory<FluidMixerRecipe>
  • Constructor Details

    • JEIFluidMixerCategory

      public JEIFluidMixerCategory()
  • Method Details

    • setRecipe

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

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

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