Class FurnaceRecipeAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
org.cyclops.cyclopscore.infobook.pageelement.FurnaceRecipeAppendix
public class FurnaceRecipeAppendix
extends RecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
Blood Infuser recipes.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
RecipeAppendix.ElementButton<E>, RecipeAppendix.FluidButton, RecipeAppendix.ItemButton
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
recipe, renderItemHolders, SLOT_SIZE, TICK_DELAY
-
Constructor Summary
ConstructorDescriptionFurnaceRecipeAppendix
(IInfoBook infoBook, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container> recipe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bakeElement
(InfoSection infoSection) Bake this appendix, only called once before changing pages.void
drawElementInner
(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) protected int
protected String
protected int
getWidth()
Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
drawElement, getAdditionalHeight, getHeight, getOffsetY, getTick, postDrawElement, preBakeElement, prepareItemStack, prepareItemStacks, prepareItemStacks, renderFluid, renderFluid, renderFluidForButton, renderFluidTooltip, renderItem, renderItem, renderItem, renderItem, renderItemForButton, renderItemForButton, renderItemTooltip, renderToolTips
Methods inherited from class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
drawScreen, getFullHeight
-
Constructor Details
-
FurnaceRecipeAppendix
public FurnaceRecipeAppendix(IInfoBook infoBook, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container> recipe)
-
-
Method Details
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classSectionAppendix
-
getHeightInner
protected int getHeightInner()- Specified by:
getHeightInner
in classRecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
-
getUnlocalizedTitle
- Specified by:
getUnlocalizedTitle
in classRecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
-
bakeElement
Description copied from class:SectionAppendix
Bake this appendix, only called once before changing pages.- Overrides:
bakeElement
in classRecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
- Parameters:
infoSection
- The section this appendix is part of.w
-
drawElementInner
public void drawElementInner(ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) - Specified by:
drawElementInner
in classRecipeAppendix<net.minecraft.world.item.crafting.Recipe<net.minecraft.world.Container>>
-