public class SequencedGearshiftScreen extends AbstractSimiScreen
guiLeft, guiTop, widgets, windowHeight, windowWidth, windowXOffset, windowYOffset| Constructor and Description |
|---|
SequencedGearshiftScreen(SequencedGearshiftTileEntity te) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
void |
initInputsOfRow(int row,
int backgroundX,
int backgroundY) |
boolean |
mouseClicked(double x,
double y,
int button) |
void |
removed() |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
sendPacket() |
void |
updateParamsOfRow(int row) |
charTyped, debugWindowArea, endFrame, getWidgets, isPauseScreen, keyPressed, mouseReleased, mouseScrolled, prepareFrame, render, renderWindowBackground, renderWindowForeground, setWindowOffset, setWindowSize, shouldCloseOnEsc, tickaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SequencedGearshiftScreen(SequencedGearshiftTileEntity te)
protected void init()
init in class AbstractSimiScreenpublic void initInputsOfRow(int row,
int backgroundX,
int backgroundY)
public void updateParamsOfRow(int row)
protected void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class AbstractSimiScreenpublic void sendPacket()
public void removed()
removed in class net.minecraft.client.gui.screen.Screenpublic boolean mouseClicked(double x,
double y,
int button)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class AbstractSimiScreen