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