Package com.hbm_m.compat.jei
Class SolderingStationJeiCategory
java.lang.Object
com.hbm_m.compat.jei.SolderingStationJeiCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
public class SolderingStationJeiCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.recipe.RecipeType<SolderingStationJeiRecipe> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmezz.jei.api.gui.drawable.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()mezz.jei.api.recipe.RecipeType<SolderingStationJeiRecipe>net.minecraft.network.chat.ComponentgetTitle()voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SolderingStationJeiRecipe 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, draw, getHeight, getRegistryName, getTooltip, getTooltipStrings, getWidth, handleInput, isHandled, onDisplayedIngredientsUpdate
-
Field Details
-
RECIPE_TYPE
-
-
Constructor Details
-
SolderingStationJeiCategory
public SolderingStationJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, SolderingStationJeiRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<SolderingStationJeiRecipe>
-