Class JEIRefineryCategory
java.lang.Object
me.desht.pneumaticcraft.common.thirdparty.jei.AbstractPNCCategory<RefineryRecipe>
me.desht.pneumaticcraft.common.thirdparty.jei.JEIRefineryCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<RefineryRecipe>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY) List<net.minecraft.network.chat.Component>getTooltipStrings(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY) voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, RefineryRecipe 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
getHeight, getRegistryName, getWidth, handleInput, isHandled
-
Method Details
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, RefineryRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) -
draw
public void draw(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, com.mojang.blaze3d.vertex.PoseStack matrixStack, double mouseX, double mouseY) -
getTooltipStrings
public List<net.minecraft.network.chat.Component> getTooltipStrings(RefineryRecipe recipe, mezz.jei.api.gui.ingredient.IRecipeSlotsView recipeSlotsView, double mouseX, double mouseY)
-