Class FurnaceRecipeAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix<FurnaceRecipeAppendixClient>
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<FurnaceRecipeAppendixClient>
org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
Blood Infuser recipes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AdvancedButtonEnum
static final AdvancedButtonEnum
static final int
static final int
static final int
Fields inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
recipeDisplaySupplier, renderItemHolders, SLOT_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionFurnaceRecipeAppendix
(IInfoBook infoBook, Supplier<net.minecraft.world.item.crafting.display.RecipeDisplayEntry> recipeDisplay) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bakeElement
(InfoSection infoSection) Bake this appendix, only called once before changing pages.protected int
protected String
protected int
getWidth()
Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
getAdditionalHeight, getHeight, getOffsetY, getRecipeDisplay, getRenderItemHolders, preBakeElement
Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
canEqual, equals, getFullHeight, getInfoBook, getLineStart, getPage, getSectionAppendixClient, hashCode, setLineStart, setPage, toString
-
Field Details
-
SLOT_OFFSET_X
public static final int SLOT_OFFSET_X- See Also:
-
SLOT_OFFSET_Y
public static final int SLOT_OFFSET_Y- See Also:
-
START_X_RESULT
public static final int START_X_RESULT- See Also:
-
INPUT
-
RESULT
-
-
Constructor Details
-
FurnaceRecipeAppendix
public FurnaceRecipeAppendix(IInfoBook infoBook, Supplier<net.minecraft.world.item.crafting.display.RecipeDisplayEntry> recipeDisplay) throws InfoBookParser.InvalidAppendixException
-
-
Method Details
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classSectionAppendix<FurnaceRecipeAppendixClient>
-
constructSectionAppendixClient
- Specified by:
constructSectionAppendixClient
in classSectionAppendix<FurnaceRecipeAppendixClient>
-
getHeightInner
protected int getHeightInner()- Specified by:
getHeightInner
in classRecipeAppendix<FurnaceRecipeAppendixClient>
-
getUnlocalizedTitle
- Specified by:
getUnlocalizedTitle
in classRecipeAppendix<FurnaceRecipeAppendixClient>
-
bakeElement
Description copied from class:SectionAppendix
Bake this appendix, only called once before changing pages.- Overrides:
bakeElement
in classRecipeAppendix<FurnaceRecipeAppendixClient>
- Parameters:
infoSection
- The section this appendix is part of.w
-