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

Class FMLPreInitializationEvent

-
-
- -
-
    -
  • -
    -
    -
    public class FMLPreInitializationEvent
    -extends FMLStateEvent
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        FMLPreInitializationEvent

        -
        public FMLPreInitializationEvent(java.lang.Object... data)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - - - - - - - - - -
        -
      • -

        getSourceFile

        -
        public java.io.File getSourceFile()
        -
      • -
      - - - -
        -
      • -

        getModMetadata

        -
        public ModMetadata getModMetadata()
        -
      • -
      - - - -
        -
      • -

        getModConfigurationDirectory

        -
        public java.io.File getModConfigurationDirectory()
        -
      • -
      - - - -
        -
      • -

        getSuggestedConfigurationFile

        -
        public java.io.File getSuggestedConfigurationFile()
        -
      • -
      - - - - - - - -
        -
      • -

        getVersionProperties

        -
        public java.util.Properties getVersionProperties()
        -
      • -
      - - - -
        -
      • -

        getModLog

        -
        public org.apache.logging.log4j.Logger getModLog()
        -
        Get a logger instance configured to write to the FML Log as a parent, identified by modid. Handy for mod logging! - Configurations can be applied through the config/logging.properties file, specifying logging levels - for your ModID. Use this!
        -
        Returns:
        A logger
        -
      • -
      - - - -
        -
      • -

        getFMLSigningCertificates

        -
        @Deprecated
        -public java.security.cert.Certificate[] getFMLSigningCertificates()
        -
        Deprecated. 
        -
        Retrieve the FML signing certificates, if any. Validate these against the - published FML certificates in your mod, if you wish. - - Deprecated because mods should NOT trust this code. Rather - they should copy this, or something like this, into their own mods.
        -
        Returns:
        Certificates used to sign FML and Forge
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3