From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- javadoc/net/minecraft/client/gui/GuiSlot.html | 833 -------------------------- 1 file changed, 833 deletions(-) delete mode 100644 javadoc/net/minecraft/client/gui/GuiSlot.html (limited to 'javadoc/net/minecraft/client/gui/GuiSlot.html') diff --git a/javadoc/net/minecraft/client/gui/GuiSlot.html b/javadoc/net/minecraft/client/gui/GuiSlot.html deleted file mode 100644 index 660d76a..0000000 --- a/javadoc/net/minecraft/client/gui/GuiSlot.html +++ /dev/null @@ -1,833 +0,0 @@ - - - - - -GuiSlot (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.client.gui
-

Class GuiSlot

-
-
- -
- -
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        width

        -
        public int width
        -
      • -
      - - - -
        -
      • -

        height

        -
        public int height
        -
      • -
      - - - -
        -
      • -

        top

        -
        public int top
        -
      • -
      - - - -
        -
      • -

        bottom

        -
        public int bottom
        -
      • -
      - - - -
        -
      • -

        right

        -
        public int right
        -
      • -
      - - - -
        -
      • -

        left

        -
        public int left
        -
      • -
      - - - -
        -
      • -

        slotHeight

        -
        public final int slotHeight
        -
      • -
      - - - -
        -
      • -

        mouseX

        -
        protected int mouseX
        -
      • -
      - - - -
        -
      • -

        mouseY

        -
        protected int mouseY
        -
      • -
      - - - -
        -
      • -

        field_148163_i

        -
        protected boolean field_148163_i
        -
      • -
      - - - -
        -
      • -

        headerPadding

        -
        public int headerPadding
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GuiSlot

        -
        public GuiSlot(Minecraft p_i1052_1_,
        -       int p_i1052_2_,
        -       int p_i1052_3_,
        -       int p_i1052_4_,
        -       int p_i1052_5_,
        -       int p_i1052_6_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        func_148122_a

        -
        public void func_148122_a(int p_148122_1_,
        -                 int p_148122_2_,
        -                 int p_148122_3_,
        -                 int p_148122_4_)
        -
      • -
      - - - -
        -
      • -

        setShowSelectionBox

        -
        public void setShowSelectionBox(boolean p_148130_1_)
        -
      • -
      - - - -
        -
      • -

        setHasListHeader

        -
        protected void setHasListHeader(boolean p_148133_1_,
        -                    int p_148133_2_)
        -
      • -
      - - - -
        -
      • -

        getSize

        -
        protected abstract int getSize()
        -
      • -
      - - - -
        -
      • -

        elementClicked

        -
        protected abstract void elementClicked(int p_148144_1_,
        -                  boolean p_148144_2_,
        -                  int p_148144_3_,
        -                  int p_148144_4_)
        -
      • -
      - - - -
        -
      • -

        isSelected

        -
        protected abstract boolean isSelected(int p_148131_1_)
        -
      • -
      - - - -
        -
      • -

        getContentHeight

        -
        protected int getContentHeight()
        -
      • -
      - - - -
        -
      • -

        drawBackground

        -
        protected abstract void drawBackground()
        -
      • -
      - - - -
        -
      • -

        drawSlot

        -
        protected abstract void drawSlot(int p_148126_1_,
        -            int p_148126_2_,
        -            int p_148126_3_,
        -            int p_148126_4_,
        -            Tessellator p_148126_5_,
        -            int p_148126_6_,
        -            int p_148126_7_)
        -
      • -
      - - - -
        -
      • -

        drawListHeader

        -
        protected void drawListHeader(int p_148129_1_,
        -                  int p_148129_2_,
        -                  Tessellator p_148129_3_)
        -
      • -
      - - - -
        -
      • -

        func_148132_a

        -
        protected void func_148132_a(int p_148132_1_,
        -                 int p_148132_2_)
        -
      • -
      - - - -
        -
      • -

        func_148142_b

        -
        protected void func_148142_b(int p_148142_1_,
        -                 int p_148142_2_)
        -
      • -
      - - - -
        -
      • -

        func_148124_c

        -
        public int func_148124_c(int p_148124_1_,
        -                int p_148124_2_)
        -
      • -
      - - - -
        -
      • -

        registerScrollButtons

        -
        public void registerScrollButtons(int p_148134_1_,
        -                         int p_148134_2_)
        -
      • -
      - - - -
        -
      • -

        func_148135_f

        -
        public int func_148135_f()
        -
      • -
      - - - -
        -
      • -

        getAmountScrolled

        -
        public int getAmountScrolled()
        -
      • -
      - - - -
        -
      • -

        func_148141_e

        -
        public boolean func_148141_e(int p_148141_1_)
        -
      • -
      - - - -
        -
      • -

        scrollBy

        -
        public void scrollBy(int p_148145_1_)
        -
      • -
      - - - -
        -
      • -

        actionPerformed

        -
        public void actionPerformed(GuiButton p_148147_1_)
        -
      • -
      - - - -
        -
      • -

        drawScreen

        -
        public void drawScreen(int p_148128_1_,
        -              int p_148128_2_,
        -              float p_148128_3_)
        -
      • -
      - - - -
        -
      • -

        func_148143_b

        -
        public void func_148143_b(boolean p_148143_1_)
        -
      • -
      - - - -
        -
      • -

        func_148125_i

        -
        public boolean func_148125_i()
        -
      • -
      - - - -
        -
      • -

        getListWidth

        -
        public int getListWidth()
        -
      • -
      - - - -
        -
      • -

        drawSelectionBox

        -
        protected void drawSelectionBox(int p_148120_1_,
        -                    int p_148120_2_,
        -                    int p_148120_3_,
        -                    int p_148120_4_)
        -
      • -
      - - - -
        -
      • -

        getScrollBarX

        -
        protected int getScrollBarX()
        -
      • -
      - - - -
        -
      • -

        setSlotXBoundsFromLeft

        -
        public void setSlotXBoundsFromLeft(int p_148140_1_)
        -
      • -
      - - - -
        -
      • -

        getSlotHeight

        -
        public int getSlotHeight()
        -
      • -
      - - - -
        -
      • -

        drawContainerBackground

        -
        protected void drawContainerBackground(Tessellator tessellator)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3