Class ElectrolysisCategory

java.lang.Object
com.simibubi.create.compat.jei.category.CreateRecipeCategory<ElectrolysisRecipe>
com.lightning.northstar.compat.jei.category.ElectrolysisCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<net.minecraft.world.item.crafting.RecipeHolder<ElectrolysisRecipe>>

@ParametersAreNonnullByDefault public class ElectrolysisCategory extends com.simibubi.create.compat.jei.category.CreateRecipeCategory<ElectrolysisRecipe>
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory

    com.simibubi.create.compat.jei.category.CreateRecipeCategory.Builder<T extends net.minecraft.world.item.crafting.Recipe<? extends net.minecraft.world.item.crafting.RecipeInput>>, com.simibubi.create.compat.jei.category.CreateRecipeCategory.Factory<T extends net.minecraft.world.item.crafting.Recipe<?>>, com.simibubi.create.compat.jei.category.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

    Constructors
    Constructor
    Description
    ElectrolysisCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<ElectrolysisRecipe> info)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(ElectrolysisRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ElectrolysisRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    Methods inherited from class com.simibubi.create.compat.jei.category.CreateRecipeCategory

    addFluidSlot, addFluidSlot, addStochasticTooltip, asDrawable, draw, getBackground, getIcon, getRecipeType, getRenderedSlot, getRenderedSlot, getRenderedSlot, getResultItem, getTitle, getTooltipStrings, getTooltipStrings, registerCatalysts, registerRecipes, setRecipe

    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

    createRecipeExtras, createRecipeExtras, getCodec, getHeight, getRegistryName, getTooltip, getWidth, handleInput, isHandled, needsRecipeBorder, onDisplayedIngredientsUpdate
  • Constructor Details

    • ElectrolysisCategory

      public ElectrolysisCategory(com.simibubi.create.compat.jei.category.CreateRecipeCategory.Info<ElectrolysisRecipe> info)
  • Method Details

    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ElectrolysisRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
      Specified by:
      setRecipe in class com.simibubi.create.compat.jei.category.CreateRecipeCategory<ElectrolysisRecipe>
    • draw

      public void draw(ElectrolysisRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
      Specified by:
      draw in class com.simibubi.create.compat.jei.category.CreateRecipeCategory<ElectrolysisRecipe>