Class BossLootCategory

java.lang.Object
com.pixelmonmod.pixelmon.support.jei.category.BossLootCategory
All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<BossTierRecipe>

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

    Constructors
    Constructor
    Description
    BossLootCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(BossTierRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY)
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.gui.drawable.IDrawable
     
    mezz.jei.api.recipe.RecipeType<BossTierRecipe>
     
    net.minecraft.resources.ResourceLocation
     
    net.minecraft.network.chat.Component
     
    void
    getTooltip(mezz.jei.api.gui.builder.ITooltipBuilder tooltip, BossTierRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
     
    List<net.minecraft.network.chat.Component>
    getTooltipStrings(BossTierRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
     
    void
    setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BossTierRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses)
     

    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, getHeight, getWidth, handleInput, isHandled, needsRecipeBorder
  • Constructor Details

    • BossLootCategory

      public BossLootCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
  • Method Details

    • getRecipeType

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

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

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

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

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

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

      public List<net.minecraft.network.chat.Component> getTooltipStrings(BossTierRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
      Specified by:
      getTooltipStrings in interface mezz.jei.api.recipe.category.IRecipeCategory<BossTierRecipe>
    • getTooltip

      public void getTooltip(mezz.jei.api.gui.builder.ITooltipBuilder tooltip, BossTierRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
      Specified by:
      getTooltip in interface mezz.jei.api.recipe.category.IRecipeCategory<BossTierRecipe>
    • getRegistryName

      public net.minecraft.resources.ResourceLocation getRegistryName(BossTierRecipe recipe)
      Specified by:
      getRegistryName in interface mezz.jei.api.recipe.category.IRecipeCategory<BossTierRecipe>