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