@Deprecated public class GuiElementContainerHelp extends java.lang.Object implements IGuiElement
Modifier and Type | Field and Description |
---|---|
BuildCraftGui |
gui
Deprecated.
|
Constructor and Description |
---|
GuiElementContainerHelp(BuildCraftGui gui,
IGuiPosition position)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(IGuiElement element)
Deprecated.
Adds the given element to be drawn.
|
void |
addAll(java.util.Collection<IGuiElement> elements)
Deprecated.
Adds all of the given elements, like in
add(IGuiElement) |
void |
addAll(IGuiElement... elements)
Deprecated.
Adds all of the given elements, like in
add(IGuiElement) |
void |
addToolTips(java.util.List<ToolTip> tooltips)
Deprecated.
Called to add tooltips to the list of existing tool tips.
|
void |
drawBackground(float partialTicks)
Deprecated.
|
void |
drawForeground(float partialTicks)
Deprecated.
|
double |
getHeight()
Deprecated.
|
double |
getWidth()
Deprecated.
|
double |
getX()
Deprecated.
|
double |
getY()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHelpElements, getDebugInfo, 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 GuiElementContainerHelp(BuildCraftGui gui, IGuiPosition position)
public void add(IGuiElement element)
public void addAll(IGuiElement... elements)
add(IGuiElement)
public void addAll(java.util.Collection<IGuiElement> elements)
add(IGuiElement)
public double getX()
getX
in interface IGuiPosition
public double getY()
getY
in interface IGuiPosition
public void drawBackground(float partialTicks)
drawBackground
in interface IGuiElement
public void drawForeground(float partialTicks)
drawForeground
in interface IGuiElement
public void addToolTips(java.util.List<ToolTip> tooltips)
IGuiElement
This is called EVEN IF the mouse is not inside your width and height!
addToolTips
in interface IGuiElement
addToolTips
in interface ITooltipElement