| 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.
|
| IMixinConfigHijacker |
Hijackers are used to stop certain mixin configurations from ever being applied.
|
| Class | Description |
|---|---|
| Context |
This class contains loading context for callers
|
| MixinBooterMixinPlugin | |
| MixinBooterPlugin | |
| MixinBooterPlugin.Container |
| Enum | Description |
|---|---|
| Context.ModLoader |
| Annotation Type | Description |
|---|---|
| MixinLoader |
Purely a marker annotation.
|