public interface ILanguageAdapter
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ILanguageAdapter.JavaAdapter  | 
static class  | 
ILanguageAdapter.ScalaAdapter  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getNewInstance(FMLModContainer container,
                            Class<?> objectClass,
                            ClassLoader classLoader)  | 
void | 
setProxy(Field target,
                Class<?> proxyTarget,
                Object proxy)  | 
boolean | 
supportsStatics()  | 
Object getNewInstance(FMLModContainer container, Class<?> objectClass, ClassLoader classLoader) throws Exception
Exceptionboolean supportsStatics()
void setProxy(Field target, Class<?> proxyTarget, Object proxy) throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException