public class GuiIngameMenuCustom extends GuiScreen1_13
children, newButtons| Constructor and Description |
|---|
GuiIngameMenuCustom() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton button)
Called by the controls from the buttonList when activated.
|
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks)
Draws the screen and all the components in it.
|
void |
initGui()
Adds the buttons (and other controls) to the screen in question.
|
void |
onResize(net.minecraft.client.Minecraft minecraft,
int width,
int height) |
void |
updateScreen()
Called from the main game loop to update the screen.
|
addNewButton, getChildren, handleKeyboardInput, handleMouseInput, keyTyped, mouseClicked, mouseClickMove, mouseReleased, setWorldAndResolutionfocusNext, focusOn, getFocused, keyPressed, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocusedaddButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onGuiClosed, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setTextdrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyReleased, mouseScrolledcanFocus, focusChangedpublic void initGui()
initGui in class net.minecraft.client.gui.GuiScreenpublic void onResize(net.minecraft.client.Minecraft minecraft,
int width,
int height)
onResize in class net.minecraft.client.gui.GuiScreenprotected void actionPerformed(net.minecraft.client.gui.GuiButton button)
throws java.io.IOException
actionPerformed in class net.minecraft.client.gui.GuiScreenjava.io.IOExceptionpublic void updateScreen()
updateScreen in class net.minecraft.client.gui.GuiScreenpublic void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class GuiScreen1_13