public class GuiGPSTool extends GuiPneumaticScreenBase
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.util.Hand |
hand |
protected WidgetTextFieldNumber[] |
textFields |
protected WidgetTextField |
variableField |
guiLeft, guiTop, xSize, ySize| Modifier | Constructor and Description |
|---|---|
protected |
GuiGPSTool(net.minecraft.util.text.ITextComponent title,
net.minecraft.util.Hand hand,
net.minecraft.util.math.BlockPos gpsLoc,
java.lang.String oldVarName) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getIndex() |
protected net.minecraft.util.ResourceLocation |
getTexture() |
void |
init() |
void |
removed() |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
static void |
showGUI(net.minecraft.item.ItemStack stack,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockPos pos) |
protected void |
syncToServer() |
addButton, addLabel, addLabel, drawForeground, mouseReleased, removeWidget, tickaddWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, onClose, 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 WidgetTextFieldNumber[] textFields
protected WidgetTextField variableField
protected final net.minecraft.util.Hand hand
protected GuiGPSTool(net.minecraft.util.text.ITextComponent title,
net.minecraft.util.Hand hand,
net.minecraft.util.math.BlockPos gpsLoc,
java.lang.String oldVarName)
public static void showGUI(net.minecraft.item.ItemStack stack,
net.minecraft.util.Hand handIn,
net.minecraft.util.math.BlockPos pos)
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 removed()
removed in class net.minecraft.client.gui.screen.Screenprotected void syncToServer()
protected int getIndex()
protected net.minecraft.util.ResourceLocation getTexture()
getTexture in class GuiPneumaticScreenBase