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

Interface IModGuiFactory.RuntimeOptionGuiHandler

-
-
-
-
    -
  • -
    -
    Enclosing interface:
    -
    IModGuiFactory
    -
    -
    -
    -
    public static interface IModGuiFactory.RuntimeOptionGuiHandler
    -
    Responsible for painting the mod specific section of runtime options GUI for a particular category
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      voidactionCallback(int actionId) -
      Called if a widget with id >= 100 is fired.
      -
      voidaddWidgets(java.util.List<Gui> widgetList, - int x, - int y, - int w, - int h) -
      Called to add widgets to the screen, such as buttons.
      -
      voidclose() -
      Called when this handler is about to go away (probably replaced by another one, or closing the - option screen)
      -
      voidpaint(int x, - int y, - int w, - int h) -
      Called to paint the rectangle specified.
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        addWidgets

        -
        void addWidgets(java.util.List<Gui> widgetList,
        -              int x,
        -              int y,
        -              int w,
        -              int h)
        -
        Called to add widgets to the screen, such as buttons. - GUI identifier numbers should start at 100 and increase. - The callback will be through actionCallback(int)
        -
        Parameters:
        x - X
        y - Y
        w - width
        h - height
        -
      • -
      - - - -
        -
      • -

        paint

        -
        void paint(int x,
        -         int y,
        -         int w,
        -         int h)
        -
        Called to paint the rectangle specified.
        -
        Parameters:
        x - X
        y - Y
        w - width
        h - height
        -
      • -
      - - - -
        -
      • -

        actionCallback

        -
        void actionCallback(int actionId)
        -
        Called if a widget with id >= 100 is fired.
        -
        Parameters:
        actionId - the actionId of the firing widget
        -
      • -
      - - - -
        -
      • -

        close

        -
        void close()
        -
        Called when this handler is about to go away (probably replaced by another one, or closing the - option screen)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3