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

Class ConfigChangedEvent.OnConfigChangedEvent

-
-
- -
-
    -
  • -
    -
    Enclosing class:
    -
    ConfigChangedEvent
    -
    -
    -
    -
    public static class ConfigChangedEvent.OnConfigChangedEvent
    -extends ConfigChangedEvent
    -
    This event is intended to be consumed by the mod whose config has been changed. It fires when the Done button - has been clicked on a GuiConfig screen and the following conditions are met:
    - - at least one config element has been changed
    - - one of these 2 conditions are met:
    - 1) the parent screen is null or is not an instance of GuiConfig
    - 2) the configID field has been set to a non-null value for the GuiConfig screen

    - Modders should check the modID field of the event to ensure they are only acting on their own config screen's event!
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ConfigChangedEvent.OnConfigChangedEvent

        -
        public ConfigChangedEvent.OnConfigChangedEvent(java.lang.String modID,
        -                                       java.lang.String configID,
        -                                       boolean isWorldRunning,
        -                                       boolean requiresMcRestart)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3