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 AdvancedButtonEnumstatic final AdvancedButtonEnumstatic final intstatic final intstatic final intFields 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 TypeMethodDescriptionvoidbakeElement(InfoSection infoSection) Bake this appendix, only called once before changing pages.protected intprotected Stringprotected intgetWidth()Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
getAdditionalHeight, getHeight, getOffsetY, getRecipeDisplay, getRenderItemHolders, preBakeElementMethods 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:
getWidthin classSectionAppendix<FurnaceRecipeAppendixClient>
-
constructSectionAppendixClient
- Specified by:
constructSectionAppendixClientin classSectionAppendix<FurnaceRecipeAppendixClient>
-
getHeightInner
protected int getHeightInner()- Specified by:
getHeightInnerin classRecipeAppendix<FurnaceRecipeAppendixClient>
-
getUnlocalizedTitle
- Specified by:
getUnlocalizedTitlein classRecipeAppendix<FurnaceRecipeAppendixClient>
-
bakeElement
Description copied from class:SectionAppendixBake this appendix, only called once before changing pages.- Overrides:
bakeElementin classRecipeAppendix<FurnaceRecipeAppendixClient>- Parameters:
infoSection- The section this appendix is part of.w
-