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/GuiSelectStringEntries.html | 583 +++++++++++++++++++++ 1 file changed, 583 insertions(+) create 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 new file mode 100644 index 0000000..90a0296 --- /dev/null +++ b/javadoc/cpw/mods/fml/client/config/GuiSelectStringEntries.html @@ -0,0 +1,583 @@ + + + + + +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