Package com.hbm_m.compat.jei
Class BlastFurnaceJeiCategory
java.lang.Object
com.hbm_m.compat.jei.JeiGenericRecipeCategory<BlastFurnaceRecipe>
com.hbm_m.compat.jei.BlastFurnaceJeiCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<BlastFurnaceRecipe>
JEI category for blast furnace recipes (two items -> output).
-
Field Summary
FieldsFields inherited from class com.hbm_m.compat.jei.JeiGenericRecipeCategory
background, guiHelper, icon, itemSlotBackground, machines -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBlueprintSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int machineXOffset) protected voidaddInputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int inputXOffset) protected voidaddOutputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int outputXOffset) protected intgetInputCount(BlastFurnaceRecipe recipe) protected intgetOutputCount(BlastFurnaceRecipe recipe) mezz.jei.api.recipe.RecipeType<BlastFurnaceRecipe>net.minecraft.network.chat.ComponentgetTitle()protected booleanMethods inherited from class com.hbm_m.compat.jei.JeiGenericRecipeCategory
addItemSlot, addUnframedSlot, draw, drawRecipeExtras, getBackground, getHeight, getIcon, getInputXOffset, getMachines, getMachineXOffset, getOutputXOffset, getWidth, setRecipeMethods 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, getRegistryName, getTooltip, getTooltipStrings, handleInput, isHandled, onDisplayedIngredientsUpdate
-
Field Details
-
RECIPE_TYPE
-
-
Constructor Details
-
BlastFurnaceJeiCategory
public BlastFurnaceJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
-
getTitle
public net.minecraft.network.chat.Component getTitle() -
getInputCount
- Specified by:
getInputCountin classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-
getOutputCount
- Specified by:
getOutputCountin classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-
hasBlueprintTemplate
- Specified by:
hasBlueprintTemplatein classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-
addInputSlots
protected void addInputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int inputXOffset) - Specified by:
addInputSlotsin classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-
addOutputSlots
protected void addOutputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int outputXOffset) - Specified by:
addOutputSlotsin classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-
addBlueprintSlot
protected void addBlueprintSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, BlastFurnaceRecipe recipe, int machineXOffset) - Specified by:
addBlueprintSlotin classJeiGenericRecipeCategory<BlastFurnaceRecipe>
-