YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.ILanguageAdapter Interface Reference

Inherited by cpw.mods.fml.common.ILanguageAdapter.JavaAdapter, and cpw.mods.fml.common.ILanguageAdapter.ScalaAdapter.

Classes

class  JavaAdapter
 
class  ScalaAdapter
 

Public Member Functions

Object getNewInstance (FMLModContainer container, Class<?> objectClass, ClassLoader classLoader) throws Exception
 
boolean supportsStatics ()
 
void setProxy (Field target, Class<?> proxyTarget, Object proxy) throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException
 
void setInternalProxies (ModContainer mod, Side side, ClassLoader loader)
 

Member Function Documentation

Object cpw.mods.fml.common.ILanguageAdapter.getNewInstance ( FMLModContainer  container,
Class<?>  objectClass,
ClassLoader  classLoader 
) throws Exception
void cpw.mods.fml.common.ILanguageAdapter.setInternalProxies ( ModContainer  mod,
Side  side,
ClassLoader  loader 
)
void cpw.mods.fml.common.ILanguageAdapter.setProxy ( Field  target,
Class<?>  proxyTarget,
Object  proxy 
) throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException
boolean cpw.mods.fml.common.ILanguageAdapter.supportsStatics ( )

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