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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmezz.jei.api.gui.drawable.IDrawable
mezz.jei.api.gui.drawable.IDrawable
getIcon()
mezz.jei.api.recipe.RecipeType
<EnumPokeChestType> net.minecraft.resources.ResourceLocation
getRegistryName
(EnumPokeChestType recipe) net.minecraft.network.chat.Component
getTitle()
boolean
isHandled
(EnumPokeChestType recipe) void
setRecipe
(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, EnumPokeChestType 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, draw, getHeight, getTooltip, getTooltipStrings, getWidth, handleInput, needsRecipeBorder
-
Constructor Details
-
PokeChestLootCategory
public PokeChestLootCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeType
in interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitle
in interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackground
in interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIcon
in interfacemezz.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 interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
isHandled
- Specified by:
isHandled
in interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getRegistryName
- Specified by:
getRegistryName
in interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-