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