Class PokeChestLootCategory

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

public class PokeChestLootCategory extends Object implements mezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
  • Constructor Details

    • PokeChestLootCategory

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

    • getRecipeType

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

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

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

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

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

      public boolean isHandled(EnumPokeChestType recipe)
      Specified by:
      isHandled in interface mezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
    • getRegistryName

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