| Class | Description |
|---|---|
| ClassLoadTracer |
Debug transformer that records the stack which triggered the load of one or more watched classes.
|
| CoremodsRescuer | |
| InitPhaseTrigger |
Advances the mixin environment to
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. |
| MixinBooterService | |
| MixinServiceBootstrap | |
| ModDiscoverer |
Discovers all mods present in the game directory at coremod init time
independently of
Loader which is not available early. |