public abstract class GuiTubeModule<M extends TubeModule> extends GuiPneumaticScreenBase
| Modifier and Type | Field and Description |
|---|---|
protected M |
module |
guiLeft, guiTop, xSize, ySize| Modifier and Type | Method and Description |
|---|---|
boolean |
isPauseScreen() |
static void |
openGuiForModule(TubeModule module) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
addButton, addLabel, addLabel, drawForeground, getTexture, init, mouseReleased, removeWidget, tickaddWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onClose, onFilesDrop, removed, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, 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, waitprotected final M extends TubeModule module
public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.IRenderablerender in class GuiPneumaticScreenBasepublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screenpublic static void openGuiForModule(TubeModule module)