Class DryingBasinRecipeAppendix
java.lang.Object
org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
org.cyclops.integrateddynamics.infobook.pageelement.DryingBasinRecipeAppendix
- Direct Known Subclasses:
MechanicalDryingBasinRecipeAppendix
public class DryingBasinRecipeAppendix
extends org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
Drying basin recipes.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ElementButton<E>, org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.FluidButton, org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix.ItemButton
-
Field Summary
Fields inherited from class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix
recipe, renderItemHolders, SLOT_SIZE, TICK_DELAY
-
Constructor Summary
ConstructorDescriptionDryingBasinRecipeAppendix
(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, net.minecraft.world.item.crafting.RecipeHolder<? extends RecipeDryingBasin> recipe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
bakeElement
(org.cyclops.cyclopscore.infobook.InfoSection infoSection) void
drawElementInner
(org.cyclops.cyclopscore.infobook.ScreenInfoBook gui, net.minecraft.client.gui.GuiGraphics guiGraphics, int x, int y, int width, int height, int page, int mx, int my) protected net.minecraft.world.item.ItemStack
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
canEqual, drawScreen, equals, getFullHeight, getInfoBook, getLineStart, getPage, hashCode, setLineStart, setPage, toString
-
Constructor Details
-
DryingBasinRecipeAppendix
public DryingBasinRecipeAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, net.minecraft.world.item.crafting.RecipeHolder<? extends RecipeDryingBasin> recipe)
-
-
Method Details
-
getWidth
protected int getWidth()- Specified by:
getWidth
in classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getHeightInner
protected int getHeightInner()- Specified by:
getHeightInner
in classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
getUnlocalizedTitle
- Specified by:
getUnlocalizedTitle
in classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
bakeElement
public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Overrides:
bakeElement
in classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
drawElementInner
public void drawElementInner(org.cyclops.cyclopscore.infobook.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 classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
getCrafter
protected net.minecraft.world.item.ItemStack getCrafter()
-