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
ConstructorsConstructorDescriptionDryingBasinRecipeAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, net.minecraft.world.item.crafting.RecipeHolder<? extends RecipeDryingBasin> recipe) -
Method Summary
Modifier and TypeMethodDescriptionvoidbakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) voiddrawElementInner(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.ItemStackprotected intprotected Stringprotected intgetWidth()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, renderToolTipsMethods 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:
getWidthin classorg.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
-
getHeightInner
protected int getHeightInner()- Specified by:
getHeightInnerin classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
getUnlocalizedTitle
- Specified by:
getUnlocalizedTitlein classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
bakeElement
public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection) - Overrides:
bakeElementin 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:
drawElementInnerin classorg.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
-
getCrafter
protected net.minecraft.world.item.ItemStack getCrafter()
-