From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../cpw/mods/fml/common/asm/FMLSanityChecker.html | 324 +++++++++++++++++++++ 1 file changed, 324 insertions(+) create mode 100644 javadoc/cpw/mods/fml/common/asm/FMLSanityChecker.html (limited to 'javadoc/cpw/mods/fml/common/asm/FMLSanityChecker.html') diff --git a/javadoc/cpw/mods/fml/common/asm/FMLSanityChecker.html b/javadoc/cpw/mods/fml/common/asm/FMLSanityChecker.html new file mode 100644 index 0000000..20a3a62 --- /dev/null +++ b/javadoc/cpw/mods/fml/common/asm/FMLSanityChecker.html @@ -0,0 +1,324 @@ + + + + + +FMLSanityChecker (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
cpw.mods.fml.common.asm
+

Class FMLSanityChecker

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IFMLCallHook, java.util.concurrent.Callable<java.lang.Void>
    +
    +
    +
    +
    public class FMLSanityChecker
    +extends java.lang.Object
    +implements IFMLCallHook
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static java.io.FilefmlLocation 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      FMLSanityChecker() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      java.lang.Voidcall() 
      voidinjectData(java.util.Map<java.lang.String,java.lang.Object> data) +
      Injected with data from the FML environment: + "classLoader" : The FML Class Loader
      +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        fmlLocation

        +
        public static java.io.File fmlLocation
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        FMLSanityChecker

        +
        public FMLSanityChecker()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        call

        +
        public java.lang.Void call()
        +                    throws java.lang.Exception
        +
        +
        Specified by:
        +
        call in interface java.util.concurrent.Callable<java.lang.Void>
        +
        Throws:
        +
        java.lang.Exception
        +
      • +
      + + + +
        +
      • +

        injectData

        +
        public void injectData(java.util.Map<java.lang.String,java.lang.Object> data)
        +
        Description copied from interface: IFMLCallHook
        +
        Injected with data from the FML environment: + "classLoader" : The FML Class Loader
        +
        +
        Specified by:
        +
        injectData in interface IFMLCallHook
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3