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

Class GuiSlider

-
-
- -
-
    -
  • -
    -
    -
    public class GuiSlider
    -extends GuiButtonExt
    -
    This class is blatantly stolen from iChunUtils with permission.
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        sliderValue

        -
        public double sliderValue
        -
        The value of this slider control.
        -
      • -
      - - - -
        -
      • -

        dispString

        -
        public java.lang.String dispString
        -
      • -
      - - - -
        -
      • -

        dragging

        -
        public boolean dragging
        -
        Is this slider control being dragged.
        -
      • -
      - - - -
        -
      • -

        showDecimal

        -
        public boolean showDecimal
        -
      • -
      - - - -
        -
      • -

        minValue

        -
        public double minValue
        -
      • -
      - - - -
        -
      • -

        maxValue

        -
        public double maxValue
        -
      • -
      - - - -
        -
      • -

        precision

        -
        public int precision
        -
      • -
      - - - - - - - -
        -
      • -

        suffix

        -
        public java.lang.String suffix
        -
      • -
      - - - -
        -
      • -

        drawString

        -
        public boolean drawString
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        GuiSlider

        -
        public GuiSlider(int id,
        -         int xPos,
        -         int yPos,
        -         int width,
        -         int height,
        -         java.lang.String prefix,
        -         java.lang.String suf,
        -         double minVal,
        -         double maxVal,
        -         double currentVal,
        -         boolean showDec,
        -         boolean drawStr)
        -
      • -
      - - - -
        -
      • -

        GuiSlider

        -
        public GuiSlider(int id,
        -         int xPos,
        -         int yPos,
        -         int width,
        -         int height,
        -         java.lang.String prefix,
        -         java.lang.String suf,
        -         double minVal,
        -         double maxVal,
        -         double currentVal,
        -         boolean showDec,
        -         boolean drawStr,
        -         GuiSlider.ISlider par)
        -
      • -
      - - - -
        -
      • -

        GuiSlider

        -
        public GuiSlider(int id,
        -         int xPos,
        -         int yPos,
        -         java.lang.String displayStr,
        -         double minVal,
        -         double maxVal,
        -         double currentVal,
        -         GuiSlider.ISlider par)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getHoverState

        -
        public int getHoverState(boolean par1)
        -
        Returns 0 if the button is disabled, 1 if the mouse is NOT hovering over this button and 2 if it IS hovering over - this button.
        -
        -
        Overrides:
        -
        getHoverState in class GuiButton
        -
        -
      • -
      - - - -
        -
      • -

        mouseDragged

        -
        protected void mouseDragged(Minecraft par1Minecraft,
        -                int par2,
        -                int par3)
        -
        Fired when the mouse button is dragged. Equivalent of MouseListener.mouseDragged(MouseEvent e).
        -
        -
        Overrides:
        -
        mouseDragged in class GuiButton
        -
        -
      • -
      - - - -
        -
      • -

        mousePressed

        -
        public boolean mousePressed(Minecraft par1Minecraft,
        -                   int par2,
        -                   int par3)
        -
        Returns true if the mouse has been pressed on this control. Equivalent of MouseListener.mousePressed(MouseEvent - e).
        -
        -
        Overrides:
        -
        mousePressed in class GuiButton
        -
        -
      • -
      - - - -
        -
      • -

        updateSlider

        -
        public void updateSlider()
        -
      • -
      - - - -
        -
      • -

        mouseReleased

        -
        public void mouseReleased(int par1,
        -                 int par2)
        -
        Fired when the mouse button is released. Equivalent of MouseListener.mouseReleased(MouseEvent e).
        -
        -
        Overrides:
        -
        mouseReleased in class GuiButton
        -
        -
      • -
      - - - -
        -
      • -

        getValueInt

        -
        public int getValueInt()
        -
      • -
      - - - -
        -
      • -

        getValue

        -
        public double getValue()
        -
      • -
      - - - -
        -
      • -

        setValue

        -
        public void setValue(double d)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3