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 --- .../fml/client/config/GuiEditArrayEntries.html | 694 --------------------- 1 file changed, 694 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html (limited to 'javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html') diff --git a/javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html b/javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html deleted file mode 100644 index 2cc304c..0000000 --- a/javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html +++ /dev/null @@ -1,694 +0,0 @@ - - - - - -GuiEditArrayEntries (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.client.config
-

Class GuiEditArrayEntries

-
-
- -
-
    -
  • -
    -
    -
    public class GuiEditArrayEntries
    -extends GuiListExtended
    -
    This class implements the scrolling list functionality of the GuiEditList screen. It also provides all the default controls - for editing array-type properties.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

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

        isDefault

        -
        public boolean isDefault
        -
      • -
      - - - -
        -
      • -

        isChanged

        -
        public boolean isChanged
        -
      • -
      - - - -
        -
      • -

        canAddMoreEntries

        -
        public boolean canAddMoreEntries
        -
      • -
      - - - -
        -
      • -

        controlWidth

        -
        public final int controlWidth
        -
      • -
      - - - -
        -
      • -

        beforeValues

        -
        public final java.lang.Object[] beforeValues
        -
      • -
      - - - -
        -
      • -

        currentValues

        -
        public java.lang.Object[] currentValues
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GuiEditArrayEntries

        -
        public GuiEditArrayEntries(GuiEditArray parent,
        -                   Minecraft mc,
        -                   IConfigElement configElement,
        -                   java.lang.Object[] beforeValues,
        -                   java.lang.Object[] currentValues)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getScrollBarX

        -
        protected int getScrollBarX()
        -
        -
        Overrides:
        -
        getScrollBarX in class GuiSlot
        -
        -
      • -
      - - - -
        -
      • -

        getListWidth

        -
        public int getListWidth()
        -
        Gets the width of the list
        -
        -
        Overrides:
        -
        getListWidth in class GuiSlot
        -
        -
      • -
      - - - - - - - -
        -
      • -

        getSize

        -
        protected int getSize()
        -
        -
        Specified by:
        -
        getSize in class GuiSlot
        -
        -
      • -
      - - - -
        -
      • -

        addNewEntry

        -
        public void addNewEntry(int index)
        -
      • -
      - - - -
        -
      • -

        removeEntry

        -
        public void removeEntry(int index)
        -
      • -
      - - - -
        -
      • -

        isChanged

        -
        public boolean isChanged()
        -
      • -
      - - - -
        -
      • -

        isDefault

        -
        public boolean isDefault()
        -
      • -
      - - - -
        -
      • -

        recalculateState

        -
        public void recalculateState()
        -
      • -
      - - - -
        -
      • -

        keyTyped

        -
        protected void keyTyped(char eventChar,
        -            int eventKey)
        -
      • -
      - - - -
        -
      • -

        updateScreen

        -
        protected void updateScreen()
        -
      • -
      - - - -
        -
      • -

        mouseClicked

        -
        protected void mouseClicked(int x,
        -                int y,
        -                int mouseEvent)
        -
      • -
      - - - -
        -
      • -

        isListSavable

        -
        protected boolean isListSavable()
        -
      • -
      - - - -
        -
      • -

        saveListChanges

        -
        protected void saveListChanges()
        -
      • -
      - - - -
        -
      • -

        drawScreenPost

        -
        protected void drawScreenPost(int mouseX,
        -                  int mouseY,
        -                  float f)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3