Class FishingLootCategory
java.lang.Object
com.pixelmonmod.pixelmon.support.jei.category.SpawnerLootCategory
com.pixelmonmod.pixelmon.support.jei.category.FishingLootCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SpawnerLootInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionFishingLootCategory
(mezz.jei.api.helpers.IGuiHelper guiHelper, mezz.jei.api.recipe.RecipeType<SpawnerLootInfo> recipeType, TriggerSpawner spawner, net.minecraft.world.item.ItemStack itemStack) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRecipe
(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SpawnerLootInfo recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class com.pixelmonmod.pixelmon.support.jei.category.SpawnerLootCategory
draw, getBackground, getIcon, getRecipeType, getRegistryName, getTitle, isHandled
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, getTooltip, getTooltipStrings, getWidth, handleInput, needsRecipeBorder
-
Constructor Details
-
FishingLootCategory
public FishingLootCategory(mezz.jei.api.helpers.IGuiHelper guiHelper, mezz.jei.api.recipe.RecipeType<SpawnerLootInfo> recipeType, TriggerSpawner spawner, net.minecraft.world.item.ItemStack itemStack)
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SpawnerLootInfo recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipe
in interfacemezz.jei.api.recipe.category.IRecipeCategory<SpawnerLootInfo>
- Overrides:
setRecipe
in classSpawnerLootCategory
-