YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.relauncher.IFMLCallHook Interface Reference
Inheritance diagram for cpw.mods.fml.relauncher.IFMLCallHook:
cpw.mods.fml.common.asm.FMLSanityChecker

Public Member Functions

void injectData (Map< String, Object > data)
 

Detailed Description

This call hook allows for code to execute at the very early stages of minecraft initialization. FML uses it to validate that there is a safe environment for further loading of FML.

Author
cpw

Member Function Documentation

void cpw.mods.fml.relauncher.IFMLCallHook.injectData ( Map< String, Object >  data)

Injected with data from the FML environment: "classLoader" : The FML Class Loader

Parameters
data

Implemented in cpw.mods.fml.common.asm.FMLSanityChecker.


The documentation for this interface was generated from the following file: