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, setFocusedactionPerformed, addButton, confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, initGui, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setText, updateScreendrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcharTyped, keyReleased, mouseScrolledcanFocus, focusChangedprotected 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.GuiScreenprotected java.util.List<? extends IGuiEventListener> getChildren()
GuiScreenInternalGuiListExtended, 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 GuiScreenInternalpublic void drawScreen(int mouseX,
int mouseY,
float partialTicks)
drawScreen in class net.minecraft.client.gui.GuiScreenprotected void mouseClicked(int mouseX,
int mouseY,
int mouseButton)
throws java.io.IOException
mouseClicked in class net.minecraft.client.gui.GuiScreenjava.io.IOExceptionprotected void mouseReleased(int mouseX,
int mouseY,
int state)
mouseReleased in class net.minecraft.client.gui.GuiScreenprotected void mouseClickMove(int xpos,
int ypos,
int clickedMouseButton,
long timeSinceLastClick)
mouseClickMove in class net.minecraft.client.gui.GuiScreenpublic void handleMouseInput()
throws java.io.IOException
handleMouseInput in class net.minecraft.client.gui.GuiScreenjava.io.IOExceptionpublic void handleKeyboardInput()
throws java.io.IOException
handleKeyboardInput in class net.minecraft.client.gui.GuiScreenjava.io.IOExceptionprotected void keyTyped(char typedChar,
int keyCode)
throws java.io.IOException
keyTyped in class net.minecraft.client.gui.GuiScreenjava.io.IOException