Package com.hbm_m.compat.jei
Class ShredderJeiCategory
java.lang.Object
com.hbm_m.compat.jei.JeiGenericRecipeCategory<ShredderRecipe>
com.hbm_m.compat.jei.ShredderJeiCategory
- All Implemented Interfaces:
mezz.jei.api.recipe.category.IRecipeCategory<ShredderRecipe>
JEI category for shredder recipes (single item -> 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, ShredderRecipe recipe, int machineXOffset) protected voidaddInputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ShredderRecipe recipe, int inputXOffset) protected voidaddOutputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ShredderRecipe recipe, int outputXOffset) protected intgetInputCount(ShredderRecipe recipe) protected intgetOutputCount(ShredderRecipe recipe) mezz.jei.api.recipe.RecipeType<ShredderRecipe>net.minecraft.network.chat.ComponentgetTitle()protected booleanhasBlueprintTemplate(ShredderRecipe recipe) Methods 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
-
ShredderJeiCategory
public ShredderJeiCategory(mezz.jei.api.helpers.IGuiHelper guiHelper)
-
-
Method Details
-
getRecipeType
-
getTitle
public net.minecraft.network.chat.Component getTitle() -
getInputCount
- Specified by:
getInputCountin classJeiGenericRecipeCategory<ShredderRecipe>
-
getOutputCount
- Specified by:
getOutputCountin classJeiGenericRecipeCategory<ShredderRecipe>
-
hasBlueprintTemplate
- Specified by:
hasBlueprintTemplatein classJeiGenericRecipeCategory<ShredderRecipe>
-
addInputSlots
protected void addInputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ShredderRecipe recipe, int inputXOffset) - Specified by:
addInputSlotsin classJeiGenericRecipeCategory<ShredderRecipe>
-
addOutputSlots
protected void addOutputSlots(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ShredderRecipe recipe, int outputXOffset) - Specified by:
addOutputSlotsin classJeiGenericRecipeCategory<ShredderRecipe>
-
addBlueprintSlot
protected void addBlueprintSlot(mezz.jei.api.gui.builder.IRecipeLayoutBuilder builder, ShredderRecipe recipe, int machineXOffset) - Specified by:
addBlueprintSlotin classJeiGenericRecipeCategory<ShredderRecipe>
-