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.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()mezz.jei.api.recipe.RecipeType<EnumPokeChestType> net.minecraft.resources.ResourceLocationgetRegistryName(EnumPokeChestType recipe) net.minecraft.network.chat.ComponentgetTitle()booleanisHandled(EnumPokeChestType recipe) voidsetRecipe(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, waitMethods 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:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin 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:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
isHandled
- Specified by:
isHandledin interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-
getRegistryName
- Specified by:
getRegistryNamein interfacemezz.jei.api.recipe.category.IRecipeCategory<EnumPokeChestType>
-