From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/client/gui/Gui.html | 546 ++++++++++++++++++++++++++++++ 1 file changed, 546 insertions(+) create mode 100644 javadoc/net/minecraft/client/gui/Gui.html (limited to 'javadoc/net/minecraft/client/gui/Gui.html') diff --git a/javadoc/net/minecraft/client/gui/Gui.html b/javadoc/net/minecraft/client/gui/Gui.html new file mode 100644 index 0000000..3683678 --- /dev/null +++ b/javadoc/net/minecraft/client/gui/Gui.html @@ -0,0 +1,546 @@ + + + + + +Gui (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.gui
+

Class Gui

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

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Gui() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voiddrawCenteredString(FontRenderer p_73732_1_, + java.lang.String p_73732_2_, + int p_73732_3_, + int p_73732_4_, + int p_73732_5_) 
      protected voiddrawGradientRect(int p_73733_1_, + int p_73733_2_, + int p_73733_3_, + int p_73733_4_, + int p_73733_5_, + int p_73733_6_) 
      protected voiddrawHorizontalLine(int p_73730_1_, + int p_73730_2_, + int p_73730_3_, + int p_73730_4_) 
      static voiddrawRect(int p_73734_0_, + int p_73734_1_, + int p_73734_2_, + int p_73734_3_, + int p_73734_4_) 
      voiddrawString(FontRenderer p_73731_1_, + java.lang.String p_73731_2_, + int p_73731_3_, + int p_73731_4_, + int p_73731_5_) 
      voiddrawTexturedModalRect(int p_73729_1_, + int p_73729_2_, + int p_73729_3_, + int p_73729_4_, + int p_73729_5_, + int p_73729_6_) 
      voiddrawTexturedModelRectFromIcon(int p_94065_1_, + int p_94065_2_, + IIcon p_94065_3_, + int p_94065_4_, + int p_94065_5_) 
      protected voiddrawVerticalLine(int p_73728_1_, + int p_73728_2_, + int p_73728_3_, + int p_73728_4_) 
      static voidfunc_146110_a(int p_146110_0_, + int p_146110_1_, + float p_146110_2_, + float p_146110_3_, + int p_146110_4_, + int p_146110_5_, + float p_146110_6_, + float p_146110_7_) 
      static voidfunc_152125_a(int p_152125_0_, + int p_152125_1_, + float p_152125_2_, + float p_152125_3_, + int p_152125_4_, + int p_152125_5_, + int p_152125_6_, + int p_152125_7_, + float p_152125_8_, + float p_152125_9_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Gui

        +
        public Gui()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        drawHorizontalLine

        +
        protected void drawHorizontalLine(int p_73730_1_,
        +                      int p_73730_2_,
        +                      int p_73730_3_,
        +                      int p_73730_4_)
        +
      • +
      + + + +
        +
      • +

        drawVerticalLine

        +
        protected void drawVerticalLine(int p_73728_1_,
        +                    int p_73728_2_,
        +                    int p_73728_3_,
        +                    int p_73728_4_)
        +
      • +
      + + + +
        +
      • +

        drawRect

        +
        public static void drawRect(int p_73734_0_,
        +            int p_73734_1_,
        +            int p_73734_2_,
        +            int p_73734_3_,
        +            int p_73734_4_)
        +
      • +
      + + + +
        +
      • +

        drawGradientRect

        +
        protected void drawGradientRect(int p_73733_1_,
        +                    int p_73733_2_,
        +                    int p_73733_3_,
        +                    int p_73733_4_,
        +                    int p_73733_5_,
        +                    int p_73733_6_)
        +
      • +
      + + + +
        +
      • +

        drawCenteredString

        +
        public void drawCenteredString(FontRenderer p_73732_1_,
        +                      java.lang.String p_73732_2_,
        +                      int p_73732_3_,
        +                      int p_73732_4_,
        +                      int p_73732_5_)
        +
      • +
      + + + +
        +
      • +

        drawString

        +
        public void drawString(FontRenderer p_73731_1_,
        +              java.lang.String p_73731_2_,
        +              int p_73731_3_,
        +              int p_73731_4_,
        +              int p_73731_5_)
        +
      • +
      + + + +
        +
      • +

        drawTexturedModalRect

        +
        public void drawTexturedModalRect(int p_73729_1_,
        +                         int p_73729_2_,
        +                         int p_73729_3_,
        +                         int p_73729_4_,
        +                         int p_73729_5_,
        +                         int p_73729_6_)
        +
      • +
      + + + +
        +
      • +

        drawTexturedModelRectFromIcon

        +
        public void drawTexturedModelRectFromIcon(int p_94065_1_,
        +                                 int p_94065_2_,
        +                                 IIcon p_94065_3_,
        +                                 int p_94065_4_,
        +                                 int p_94065_5_)
        +
      • +
      + + + +
        +
      • +

        func_146110_a

        +
        public static void func_146110_a(int p_146110_0_,
        +                 int p_146110_1_,
        +                 float p_146110_2_,
        +                 float p_146110_3_,
        +                 int p_146110_4_,
        +                 int p_146110_5_,
        +                 float p_146110_6_,
        +                 float p_146110_7_)
        +
      • +
      + + + +
        +
      • +

        func_152125_a

        +
        public static void func_152125_a(int p_152125_0_,
        +                 int p_152125_1_,
        +                 float p_152125_2_,
        +                 float p_152125_3_,
        +                 int p_152125_4_,
        +                 int p_152125_5_,
        +                 int p_152125_6_,
        +                 int p_152125_7_,
        +                 float p_152125_8_,
        +                 float p_152125_9_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3