From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/client/gui/GuiScreen.html | 773 ++++++++++++++++++++++++ 1 file changed, 773 insertions(+) create mode 100644 javadoc/net/minecraft/client/gui/GuiScreen.html (limited to 'javadoc/net/minecraft/client/gui/GuiScreen.html') diff --git a/javadoc/net/minecraft/client/gui/GuiScreen.html b/javadoc/net/minecraft/client/gui/GuiScreen.html new file mode 100644 index 0000000..59709f4 --- /dev/null +++ b/javadoc/net/minecraft/client/gui/GuiScreen.html @@ -0,0 +1,773 @@ + + + + + +GuiScreen (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.gui
+

Class GuiScreen

+
+
+ + +
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        itemRender

        +
        protected static RenderItem itemRender
        +
      • +
      + + + + + + + +
        +
      • +

        width

        +
        public int width
        +
      • +
      + + + +
        +
      • +

        height

        +
        public int height
        +
      • +
      + + + +
        +
      • +

        buttonList

        +
        protected java.util.List buttonList
        +
      • +
      + + + +
        +
      • +

        labelList

        +
        protected java.util.List labelList
        +
      • +
      + + + +
        +
      • +

        allowUserInput

        +
        public boolean allowUserInput
        +
      • +
      + + + +
        +
      • +

        fontRendererObj

        +
        protected FontRenderer fontRendererObj
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        GuiScreen

        +
        public GuiScreen()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        drawScreen

        +
        public void drawScreen(int p_73863_1_,
        +              int p_73863_2_,
        +              float p_73863_3_)
        +
      • +
      + + + +
        +
      • +

        keyTyped

        +
        protected void keyTyped(char p_73869_1_,
        +            int p_73869_2_)
        +
      • +
      + + + +
        +
      • +

        getClipboardString

        +
        public static java.lang.String getClipboardString()
        +
      • +
      + + + +
        +
      • +

        setClipboardString

        +
        public static void setClipboardString(java.lang.String p_146275_0_)
        +
      • +
      + + + +
        +
      • +

        renderToolTip

        +
        protected void renderToolTip(ItemStack p_146285_1_,
        +                 int p_146285_2_,
        +                 int p_146285_3_)
        +
      • +
      + + + +
        +
      • +

        drawCreativeTabHoveringText

        +
        protected void drawCreativeTabHoveringText(java.lang.String p_146279_1_,
        +                               int p_146279_2_,
        +                               int p_146279_3_)
        +
      • +
      + + + +
        +
      • +

        func_146283_a

        +
        protected void func_146283_a(java.util.List p_146283_1_,
        +                 int p_146283_2_,
        +                 int p_146283_3_)
        +
      • +
      + + + +
        +
      • +

        drawHoveringText

        +
        protected void drawHoveringText(java.util.List p_146283_1_,
        +                    int p_146283_2_,
        +                    int p_146283_3_,
        +                    FontRenderer font)
        +
      • +
      + + + +
        +
      • +

        mouseClicked

        +
        protected void mouseClicked(int p_73864_1_,
        +                int p_73864_2_,
        +                int p_73864_3_)
        +
      • +
      + + + +
        +
      • +

        mouseMovedOrUp

        +
        protected void mouseMovedOrUp(int p_146286_1_,
        +                  int p_146286_2_,
        +                  int p_146286_3_)
        +
      • +
      + + + +
        +
      • +

        mouseClickMove

        +
        protected void mouseClickMove(int p_146273_1_,
        +                  int p_146273_2_,
        +                  int p_146273_3_,
        +                  long p_146273_4_)
        +
      • +
      + + + +
        +
      • +

        actionPerformed

        +
        protected void actionPerformed(GuiButton p_146284_1_)
        +
      • +
      + + + +
        +
      • +

        setWorldAndResolution

        +
        public void setWorldAndResolution(Minecraft p_146280_1_,
        +                         int p_146280_2_,
        +                         int p_146280_3_)
        +
      • +
      + + + +
        +
      • +

        initGui

        +
        public void initGui()
        +
      • +
      + + + +
        +
      • +

        handleInput

        +
        public void handleInput()
        +
      • +
      + + + +
        +
      • +

        handleMouseInput

        +
        public void handleMouseInput()
        +
      • +
      + + + +
        +
      • +

        handleKeyboardInput

        +
        public void handleKeyboardInput()
        +
      • +
      + + + +
        +
      • +

        updateScreen

        +
        public void updateScreen()
        +
      • +
      + + + +
        +
      • +

        onGuiClosed

        +
        public void onGuiClosed()
        +
      • +
      + + + +
        +
      • +

        drawDefaultBackground

        +
        public void drawDefaultBackground()
        +
      • +
      + + + +
        +
      • +

        drawWorldBackground

        +
        public void drawWorldBackground(int p_146270_1_)
        +
      • +
      + + + +
        +
      • +

        drawBackground

        +
        public void drawBackground(int p_146278_1_)
        +
      • +
      + + + +
        +
      • +

        doesGuiPauseGame

        +
        public boolean doesGuiPauseGame()
        +
      • +
      + + + +
        +
      • +

        confirmClicked

        +
        public void confirmClicked(boolean p_73878_1_,
        +                  int p_73878_2_)
        +
      • +
      + + + +
        +
      • +

        isCtrlKeyDown

        +
        public static boolean isCtrlKeyDown()
        +
      • +
      + + + +
        +
      • +

        isShiftKeyDown

        +
        public static boolean isShiftKeyDown()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3