public class GuiElementSimple extends java.lang.Object implements IGuiElement
Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
gui |
java.lang.String |
name |
Constructor and Description |
---|
GuiElementSimple(BuildCraftGui gui,
IGuiArea element) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDebugInfo(java.util.List<java.lang.String> info)
Add debugging information to the list.
|
double |
getHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHelpElements, addToolTips, drawBackground, drawForeground, getThisAndChildrenAt, tick
asImmutable, contains, contains, contains, create, create, create, expand, expand, expand, expand, getCenter, getCenterTop, getCenterX, getCenterY, getEnd, getEndX, getEndY, getPosition, offset, offset, offset, offset, offset, offsetToOrigin, rectangleToString, resize, resize
public final BuildCraftGui gui
public java.lang.String name
public GuiElementSimple(BuildCraftGui gui, IGuiArea element)
public double getX()
getX
in interface IGuiPosition
public double getY()
getY
in interface IGuiPosition
public java.lang.String getDebugInfo(java.util.List<java.lang.String> info)
IGuiElement
getDebugInfo
in interface IGuiElement