Class JEIYeastCraftingCategory
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe>
me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe>
public class JEIYeastCraftingCategory
extends AbstractPNCCategory<me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe>List<net.minecraft.network.chat.Component>getTooltipStrings(me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) Methods inherited from class me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory
getBackground, getIcon, getRecipeType, getTitleMethods 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
draw, getHeight, getRegistryName, getWidth, handleInput, isHandled
-
Constructor Details
-
JEIYeastCraftingCategory
public JEIYeastCraftingCategory()
-
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) -
getAllRecipes
public static List<me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe> getAllRecipes() -
getTooltipStrings
public List<net.minecraft.network.chat.Component> getTooltipStrings(me.desht.pneumaticcraft.common.thirdparty.jei.JEIYeastCraftingCategory.YeastCraftingRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
-