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

Class GuiSelectStringEntries

-
-
- -
-
    -
  • -
    -
    -
    public class GuiSelectStringEntries
    -extends GuiListExtended
    -
    This class implements the scrolling list functionality of the GuiSelectString screen.
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GuiSelectStringEntries

        -
        public GuiSelectStringEntries(GuiSelectString owningScreen,
        -                      Minecraft mc,
        -                      IConfigElement configElement,
        -                      java.util.Map<java.lang.Object,java.lang.String> selectableValues)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        elementClicked

        -
        protected void elementClicked(int index,
        -                  boolean doubleClick,
        -                  int mouseX,
        -                  int mouseY)
        -
        The element in the slot that was clicked, boolean for whether it was double clicked or not
        -
        -
        Overrides:
        -
        elementClicked in class GuiListExtended
        -
        -
      • -
      - - - -
        -
      • -

        isSelected

        -
        protected boolean isSelected(int index)
        -
        Returns true if the element passed in is currently selected
        -
        -
        Overrides:
        -
        isSelected in class GuiListExtended
        -
        -
      • -
      - - - -
        -
      • -

        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
        -
        -
      • -
      - - - -
        -
      • -

        isChanged

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

        isDefault

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

        saveChanges

        -
        public void saveChanges()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3