public abstract class GuiProgWidgetOptionBase<P extends IProgWidget> extends GuiPneumaticScreenBase
| Modifier and Type | Field and Description |
|---|---|
protected GuiProgrammer |
guiProgrammer |
protected P |
progWidget |
guiLeft, guiTop, xSize, ySize| Modifier and Type | Method and Description |
|---|---|
net.minecraft.inventory.container.Container |
getProgrammerContainer() |
protected net.minecraft.util.ResourceLocation |
getTexture() |
void |
init() |
boolean |
isPauseScreen() |
void |
onClose() |
void |
removed() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
addLabel, addLabel, drawForeground, removeWidget, tickaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, onFilesDrop, 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 P extends IProgWidget progWidget
protected final GuiProgrammer guiProgrammer
public void init()
init in class GuiPneumaticScreenBasepublic 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 void onClose()
onClose in class net.minecraft.client.gui.screen.Screenpublic void removed()
removed in class net.minecraft.client.gui.screen.Screenprotected net.minecraft.util.ResourceLocation getTexture()
getTexture in class GuiPneumaticScreenBasepublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screenpublic net.minecraft.inventory.container.Container getProgrammerContainer()