| Interface | Description |
|---|---|
| IEarlyMixinLoader |
Early mixins are defined as mixins that affects vanilla or forge classes.
|
| ILateMixinLoader |
Late mixins are defined as mixins that affects mod classes.
|
| Class | Description |
|---|---|
| MixinBooterPlugin | |
| MixinBooterPlugin.Container |
| Annotation Type | Description |
|---|---|
| MixinLoader | Deprecated
as of 4.2, consult the usage of
ILateMixinLoader for mod mixins, and for vanilla/forge mixins, consult the usage of IEarlyMixinLoader |