public class GuiElementSlotMover extends GuiElementSimple
Modifier and Type | Field and Description |
---|---|
net.minecraft.inventory.Slot |
toMove |
IExpressionNode.INodeBoolean |
visible |
gui, name
Constructor and Description |
---|
GuiElementSlotMover(BuildCraftGui gui,
IGuiPosition pos,
IExpressionNode.INodeBoolean visible,
net.minecraft.inventory.Slot toMove) |
Modifier and Type | Method and Description |
---|---|
void |
drawBackground(float partialTicks) |
getDebugInfo, getHeight, getWidth, getX, getY
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHelpElements, addToolTips, 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 IExpressionNode.INodeBoolean visible
public final net.minecraft.inventory.Slot toMove
public GuiElementSlotMover(BuildCraftGui gui, IGuiPosition pos, IExpressionNode.INodeBoolean visible, net.minecraft.inventory.Slot toMove)