Package com.hbm_m.compat.jei
Class CrucibleCastingJeiCategory
java.lang.Object
com.hbm_m.compat.jei.CrucibleCastingJeiCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
public class CrucibleCastingJeiCategory
extends Object
implements mezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
JEI category for crucible mold-casting recipes.
Slot layout (relative to background, identical to legacy NEI CrucibleCastingHandler):
[mold] y= 6
[input] [output] y=24
[basin] y=42
x=48 x=75 x=102
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final mezz.jei.api.recipe.RecipeType<CrucibleCastingJeiRecipe> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmezz.jei.api.gui.drawable.IDrawablemezz.jei.api.gui.drawable.IDrawablegetIcon()mezz.jei.api.recipe.RecipeType<CrucibleCastingJeiRecipe>net.minecraft.network.chat.ComponentgetTitle()voidsetRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CrucibleCastingJeiRecipe 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
-
CrucibleCastingJeiCategory
public CrucibleCastingJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
- Specified by:
getRecipeTypein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
-
getTitle
public net.minecraft.network.chat.Component getTitle()- Specified by:
getTitlein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
-
getBackground
public mezz.jei.api.gui.drawable.IDrawable getBackground()- Specified by:
getBackgroundin interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
-
getIcon
public mezz.jei.api.gui.drawable.IDrawable getIcon()- Specified by:
getIconin interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
-
setRecipe
public void setRecipe(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, CrucibleCastingJeiRecipe recipe, mezz.jei.api.recipe.IFocusGroup focuses) - Specified by:
setRecipein interfacemezz.jei.api.recipe.category.IRecipeCategory<CrucibleCastingJeiRecipe>
-