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