Class TerrestrialAgglomerationDrawable

java.lang.Object
vazkii.botania.client.integration.jei.TerrestrialAgglomerationDrawable
All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable

public class TerrestrialAgglomerationDrawable extends Object implements mezz.jei.api.gui.drawable.IDrawable
  • Constructor Details

    • TerrestrialAgglomerationDrawable

      public TerrestrialAgglomerationDrawable(mezz.jei.api.gui.drawable.IDrawable cornerBlock, mezz.jei.api.gui.drawable.IDrawable centerBlock, mezz.jei.api.gui.drawable.IDrawable middleBlock)
  • Method Details

    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface mezz.jei.api.gui.drawable.IDrawable
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface mezz.jei.api.gui.drawable.IDrawable
    • draw

      public void draw(net.minecraft.client.gui.GuiGraphics gui, int xOffset, int yOffset)
      Offsets copied from TerraPlateComponent
      Specified by:
      draw in interface mezz.jei.api.gui.drawable.IDrawable