Class DropsInfoRecipeCategory
java.lang.Object
com.pixelmonmod.pixelmon.support.jei.category.DropsInfoRecipeCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY) mezz.jei.api.gui.drawable.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()mezz.jei.api.recipe.RecipeType<Pokemon> net.minecraft.resources.ResourceLocationgetRegistryName(Pokemon recipe) net.minecraft.network.chat.ComponentgetTitle()voidgetTooltip(mezz.jei.api.gui.builder.ITooltipBuilder tooltip, Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) List<net.minecraft.network.chat.Component> getTooltipStrings(Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) booleanvoidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, Pokemon 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, getHeight, getWidth, handleInput, needsRecipeBorder
-
Constructor Details
-
DropsInfoRecipeCategory
public DropsInfoRecipeCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, Pokemon recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
isHandled
- Specified by:
isHandledin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
draw
public void draw(Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, net.minecraft.client.gui.GuiGraphics guiGraphics, double mouseX, double mouseY) - Specified by:
drawin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getTooltipStrings
public List<net.minecraft.network.chat.Component> getTooltipStrings(Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) - Specified by:
getTooltipStringsin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getTooltip
public void getTooltip(mezz.jei.api.gui.builder.ITooltipBuilder tooltip, Pokemon recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) - Specified by:
getTooltipin interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-
getRegistryName
- Specified by:
getRegistryNamein interfacemezz.jei.api.recipe.category.IRecipeCategory<Pokemon>
-