public final class InitPhaseTrigger
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
INIT at the
one point in the boot where it is both safe and complete to do so, which is inside
FMLDeobfTweaker#injectIntoClassLoader, after DeobfuscationTransformer and the access transformers
have been registered, and before net.minecraftforge.fml.common.Loader is loaded and initialized.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |