From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../fml/client/config/GuiEditArrayEntries.html | 694 +++++++++++++++++++++ 1 file changed, 694 insertions(+) create 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 new file mode 100644 index 0000000..2cc304c --- /dev/null +++ b/javadoc/cpw/mods/fml/client/config/GuiEditArrayEntries.html @@ -0,0 +1,694 @@ + + + + + +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