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 --- .../common/event/FMLPreInitializationEvent.html | 419 +++++++++++++++++++++ 1 file changed, 419 insertions(+) create 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 new file mode 100644 index 0000000..dd74212 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/event/FMLPreInitializationEvent.html @@ -0,0 +1,419 @@ + + + + + +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