Package com.hbm_m.compat.jei
Class CrucibleSmeltingJeiCategory
java.lang.Object
com.hbm_m.compat.jei.CrucibleSmeltingJeiCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
public class CrucibleSmeltingJeiCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
JEI category for crucible smelting recipes.
Slot layout (identical to legacy NEI CrucibleSmeltingHandler):
[o0][o1][o2] y= 6
[input] [→] [cruc] [o3][o4][o5] y=24 (input@48, crucible@75)
x=102 step=18
Transfer rect (legacy): Rectangle(65, 23, 36, 18)-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.recipe.RecipeType<CrucibleSmeltingJeiRecipe> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmezz.jei.api.gui.drawable.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()mezz.jei.api.recipe.RecipeType<CrucibleSmeltingJeiRecipe>net.minecraft.network.chat.ComponentgetTitle()voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CrucibleSmeltingJeiRecipe 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
-
CrucibleSmeltingJeiCategory
public CrucibleSmeltingJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CrucibleSmeltingJeiRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleSmeltingJeiRecipe>
-