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