public class GuiEditSign extends GuiScreen
allowUserInput, buttonList, fontRendererObj, height, itemRender, labelList, mc, widthicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
GuiEditSign(TileEntitySign p_i1097_1_) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(GuiButton p_146284_1_) |
void |
drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_)
Draws the screen and all the components in it.
|
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
protected void |
keyTyped(char p_73869_1_,
int p_73869_2_)
Fired when a key is typed.
|
void |
onGuiClosed()
Called when the screen is unloaded.
|
void |
updateScreen()
Called from the main game loop to update the screen.
|
confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawWorldBackground, func_146283_a, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, mouseClicked, mouseClickMove, mouseMovedOrUp, renderToolTip, setClipboardString, setWorldAndResolutiondrawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_apublic GuiEditSign(TileEntitySign p_i1097_1_)
public void initGui()
public void onGuiClosed()
onGuiClosed in class GuiScreenpublic void updateScreen()
updateScreen in class GuiScreenprotected void actionPerformed(GuiButton p_146284_1_)
actionPerformed in class GuiScreenprotected void keyTyped(char p_73869_1_,
int p_73869_2_)
public void drawScreen(int p_73863_1_,
int p_73863_2_,
float p_73863_3_)
drawScreen in class GuiScreen