|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraftforge.classloading.FMLForgePlugin
public class FMLForgePlugin
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface cpw.mods.fml.relauncher.IFMLLoadingPlugin |
---|
IFMLLoadingPlugin.TransformerExclusions |
Constructor Summary | |
---|---|
FMLForgePlugin()
|
Method Summary | |
---|---|
String[] |
getASMTransformerClass()
Return a list of classes that implements the IClassTransformer interface |
String[] |
getLibraryRequestClass()
Return a list of classes that implement the ILibrarySet interface |
String |
getModContainerClass()
Return a class name that implements "ModContainer" for injection into the mod list The "getName" function should return a name that other mods can, if need be, depend on. |
String |
getSetupClass()
Return the class name of an implementor of "IFMLCallHook", that will be run, in the main thread, to perform any additional setup this coremod may require. |
void |
injectData(Map<String,Object> data)
Inject coremod data into this coremod This data includes: "mcLocation" : the location of the minecraft directory, "coremodList" : the list of coremods "coremodLocation" : the file this coremod loaded from, |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FMLForgePlugin()
Method Detail |
---|
public String[] getLibraryRequestClass()
IFMLLoadingPlugin
getLibraryRequestClass
in interface IFMLLoadingPlugin
public String[] getASMTransformerClass()
IFMLLoadingPlugin
getASMTransformerClass
in interface IFMLLoadingPlugin
public String getModContainerClass()
IFMLLoadingPlugin
getModContainerClass
in interface IFMLLoadingPlugin
public String getSetupClass()
IFMLLoadingPlugin
getSetupClass
in interface IFMLLoadingPlugin
public void injectData(Map<String,Object> data)
IFMLLoadingPlugin
injectData
in interface IFMLLoadingPlugin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |