cpw.mods.fml.common.asm
Class FMLSanityChecker

java.lang.Object
  extended by cpw.mods.fml.common.asm.FMLSanityChecker
All Implemented Interfaces:
IFMLCallHook, Callable<Void>

public class FMLSanityChecker
extends Object
implements IFMLCallHook


Constructor Summary
FMLSanityChecker()
           
 
Method Summary
 Void call()
           
 void injectData(Map<String,Object> data)
          Injected with data from the FML environment: "classLoader" : The FML Class Loader
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FMLSanityChecker

public FMLSanityChecker()
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception

injectData

public void injectData(Map<String,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