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, setWorldAndResolution
focusNext, focusOn, getFocused, keyPressed, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocused
addButton, 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, setText
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, keyReleased, mouseScrolled
canFocus, focusChanged
public void initGui()
initGui
in class net.minecraft.client.gui.GuiScreen
public void onResize(net.minecraft.client.Minecraft minecraft, int width, int height)
onResize
in class net.minecraft.client.gui.GuiScreen
protected void actionPerformed(net.minecraft.client.gui.GuiButton button) throws java.io.IOException
actionPerformed
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
public void updateScreen()
updateScreen
in class net.minecraft.client.gui.GuiScreen
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class GuiScreen1_13