public class GuiScreen1_13 extends GuiScreenInternal
Modifier and Type | Field and Description |
---|---|
protected java.util.List<IGuiEventListener> |
children |
protected java.util.List<net.minecraft.client.gui.GuiButton> |
newButtons |
Constructor and Description |
---|
GuiScreen1_13() |
Modifier and Type | Method and Description |
---|---|
protected <T extends GuiButtonNew> |
addNewButton(T button) |
void |
drawScreen(int mouseX,
int mouseY,
float partialTicks) |
protected java.util.List<? extends IGuiEventListener> |
getChildren()
Gets a mutable list of child listeners.
|
void |
handleKeyboardInput() |
void |
handleMouseInput() |
protected void |
keyTyped(char typedChar,
int keyCode) |
protected void |
mouseClicked(int mouseX,
int mouseY,
int mouseButton) |
protected void |
mouseClickMove(int xpos,
int ypos,
int clickedMouseButton,
long timeSinceLastClick) |
protected void |
mouseReleased(int mouseX,
int mouseY,
int state) |
void |
setWorldAndResolution(net.minecraft.client.Minecraft mc,
int width,
int height) |
focusNext, focusOn, getFocused, keyPressed, mouseClicked, mouseDragged, mouseReleased, setDragging, setFocused
actionPerformed, confirmClicked, doesGuiPauseGame, drawBackground, drawCreativeTabHoveringText, drawDefaultBackground, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, handleComponentClick, handleComponentHover, handleInput, initGui, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setText, updateScreen
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
protected final java.util.List<IGuiEventListener> children
protected final java.util.List<net.minecraft.client.gui.GuiButton> newButtons
protected <T extends GuiButtonNew> T addNewButton(T button)
public void setWorldAndResolution(net.minecraft.client.Minecraft mc, int width, int height)
setWorldAndResolution
in class net.minecraft.client.gui.GuiScreen
protected java.util.List<? extends IGuiEventListener> getChildren()
GuiScreenInternal
GuiListExtended
, this is a list of the entries of the list (in
the order they are displayed); for a GuiScreen
this is the sub-controls.getChildren
in class GuiScreenInternal
public void drawScreen(int mouseX, int mouseY, float partialTicks)
drawScreen
in class net.minecraft.client.gui.GuiScreen
protected void mouseClicked(int mouseX, int mouseY, int mouseButton) throws java.io.IOException
mouseClicked
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
protected void mouseReleased(int mouseX, int mouseY, int state)
mouseReleased
in class net.minecraft.client.gui.GuiScreen
protected void mouseClickMove(int xpos, int ypos, int clickedMouseButton, long timeSinceLastClick)
mouseClickMove
in class net.minecraft.client.gui.GuiScreen
public void handleMouseInput() throws java.io.IOException
handleMouseInput
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
public void handleKeyboardInput() throws java.io.IOException
handleKeyboardInput
in class net.minecraft.client.gui.GuiScreen
java.io.IOException
protected void keyTyped(char typedChar, int keyCode) throws java.io.IOException
keyTyped
in class net.minecraft.client.gui.GuiScreen
java.io.IOException