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 Summary
ConstructorsConstructorDescriptionTerrestrialAgglomerationDrawable(mezz.jei.api.gui.drawable.IDrawable cornerBlock, mezz.jei.api.gui.drawable.IDrawable centerBlock, mezz.jei.api.gui.drawable.IDrawable middleBlock) -
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(net.minecraft.client.gui.GuiGraphics gui, int xOffset, int yOffset) Offsets copied fromTerraPlateComponentintintgetWidth()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface mezz.jei.api.gui.drawable.IDrawable
draw
-
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:
getWidthin interfacemezz.jei.api.gui.drawable.IDrawable
-
getHeight
public int getHeight()- Specified by:
getHeightin interfacemezz.jei.api.gui.drawable.IDrawable
-
draw
public void draw(net.minecraft.client.gui.GuiGraphics gui, int xOffset, int yOffset) Offsets copied fromTerraPlateComponent- Specified by:
drawin interfacemezz.jei.api.gui.drawable.IDrawable
-