From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../ConfigChangedEvent.PostConfigChangedEvent.html | 292 +++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 javadoc/cpw/mods/fml/client/event/ConfigChangedEvent.PostConfigChangedEvent.html (limited to 'javadoc/cpw/mods/fml/client/event/ConfigChangedEvent.PostConfigChangedEvent.html') diff --git a/javadoc/cpw/mods/fml/client/event/ConfigChangedEvent.PostConfigChangedEvent.html b/javadoc/cpw/mods/fml/client/event/ConfigChangedEvent.PostConfigChangedEvent.html new file mode 100644 index 0000000..6e3f024 --- /dev/null +++ b/javadoc/cpw/mods/fml/client/event/ConfigChangedEvent.PostConfigChangedEvent.html @@ -0,0 +1,292 @@ + + + + + +ConfigChangedEvent.PostConfigChangedEvent (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.client.event
+

Class ConfigChangedEvent.PostConfigChangedEvent

+
+
+ +
+
    +
  • +
    +
    Enclosing class:
    +
    ConfigChangedEvent
    +
    +
    +
    +
    public static class ConfigChangedEvent.PostConfigChangedEvent
    +extends ConfigChangedEvent
    +
    This event is provided for mods to consume if they want to be able to check if other mods' configs have been changed. + This event only fires if the OnConfigChangedEvent result is not DENY.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ConfigChangedEvent.PostConfigChangedEvent

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