Class CrusherRecipeCategory

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

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

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

    Modifier and Type
    Method
    Description
    void
    draw(CrusherRecipe 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<CrusherRecipe>
     
    net.minecraft.network.chat.Component
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CrusherRecipe 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

    • CrusherRecipeCategory

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

    • getRecipeType

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

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

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

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

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

      public void draw(CrusherRecipe 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<CrusherRecipe>