public class GuiElementSlotMover extends GuiElementSimple<GuiJson<?>>
Modifier and Type | Field and Description |
---|---|
net.minecraft.inventory.Slot |
toMove |
IExpressionNode.INodeBoolean |
visible |
gui, name
Constructor and Description |
---|
GuiElementSlotMover(GuiJson<?> 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(GuiJson<?> gui, IGuiPosition pos, IExpressionNode.INodeBoolean visible, net.minecraft.inventory.Slot toMove)