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

    Constructors
    Constructor
    Description
    DryingBasinRecipeAppendix(org.cyclops.cyclopscore.infobook.IInfoBook infoBook, net.minecraft.world.item.crafting.RecipeHolder<? extends RecipeDryingBasin> recipe)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 class org.cyclops.cyclopscore.infobook.pageelement.SectionAppendix
    • getHeightInner

      protected int getHeightInner()
      Specified by:
      getHeightInner in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
    • getUnlocalizedTitle

      protected String getUnlocalizedTitle()
      Specified by:
      getUnlocalizedTitle in class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
    • bakeElement

      public void bakeElement(org.cyclops.cyclopscore.infobook.InfoSection infoSection)
      Overrides:
      bakeElement in class org.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 class org.cyclops.cyclopscore.infobook.pageelement.RecipeAppendix<RecipeDryingBasin>
    • getCrafter

      protected net.minecraft.world.item.ItemStack getCrafter()