Class KegRecipeCategory

java.lang.Object
com.idark.valoria.compat.jei.categories.KegRecipeCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>

public class KegRecipeCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
  • Constructor Summary

    Constructors
    Constructor
    Description
    KegRecipeCategory(mezz.jei.api.helpers.IGuiHelper helper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(KegRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.recipe.RecipeType<KegRecipe>
     
    net.minecraft.network.chat.Component
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, KegRecipe recipe, mezz.jei.api.recipe.IFocusGroup focusGroup)
     

    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
  • Constructor Details

    • KegRecipeCategory

      public KegRecipeCategory(mezz.jei.api.helpers.IGuiHelper helper)
  • Method Details

    • getRecipeType

      public mezz.jei.api.recipe.RecipeType<KegRecipe> getRecipeType()
      Specified by:
      getRecipeType in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
    • getTitle

      public net.minecraft.network.chat.Component getTitle()
      Specified by:
      getTitle in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
    • getBackground

      public mezz.jei.api.gui.drawable.IDrawable getBackground()
      Specified by:
      getBackground in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
    • getIcon

      public mezz.jei.api.gui.drawable.IDrawable getIcon()
      Specified by:
      getIcon in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
    • setRecipe

      public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, KegRecipe recipe, mezz.jei.api.recipe.IFocusGroup focusGroup)
      Specified by:
      setRecipe in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>
    • draw

      public void draw(KegRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics gui, double mouseX, double mouseY)
      Specified by:
      draw in interface mezz.jei.api.recipe.category.IRecipeCategory<KegRecipe>