public class GuiRemoteOptionBase<A extends ActionWidget<?>> extends GuiPneumaticScreenBase
| Modifier and Type | Field and Description |
|---|---|
protected A |
actionWidget |
guiLeft, guiTop, xSize, ySize| Constructor and Description |
|---|
GuiRemoteOptionBase(A actionWidget,
GuiRemoteEditor guiRemote) |
| Modifier and Type | Method and Description |
|---|---|
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 A extends ActionWidget<?> actionWidget
public GuiRemoteOptionBase(A actionWidget, GuiRemoteEditor guiRemote)
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 GuiPneumaticScreenBaseprotected net.minecraft.util.ResourceLocation getTexture()
getTexture in class GuiPneumaticScreenBasepublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screen.Screenpublic void init()
init in class GuiPneumaticScreenBasepublic void removed()
removed in class net.minecraft.client.gui.screen.Screenpublic void onClose()
onClose in class net.minecraft.client.gui.screen.Screen