Class ManipulatorRecipeCategory

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

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

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

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

    • ManipulatorRecipeCategory

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

    • getRecipeType

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

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

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

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

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

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