| Interface | Description |
|---|---|
| IEarlyMixinLoader | Deprecated
as of 11.0, the line of "early" and "late" mixin loading no longer is present, use
MixinConfigs manifest entry to list your configs or MixinConnector to denote
a class implementing IMixinConnector and call
Mixins.addConfiguration(String) (or related methods) there |
| ILateMixinLoader | Deprecated
as of 11.0, the line of "early" and "late" mixin loading no longer is present, use
MixinConfigs manifest entry to list your configs or MixinConnector to denote
a class implementing IMixinConnector and call
Mixins.addConfiguration(String) (or related methods) there |
| IMixinConfigHijacker | Deprecated
since 11.0, use
Config.blacklist(String) |
| Class | Description |
|---|---|
| Context | Deprecated
since 11.0, use
Environment.inDev() and ModDiscoverer.getPresentMods() instead. |
| MixinBooterConfig |
Reads
config/mixinbooter.cfg during the earliest coremod boot and applies its options. |
| MixinBooterMixinPlugin | |
| MixinBooterModContainer | |
| MixinBooterPlugin |
| Enum | Description |
|---|---|
| Context.ModLoader |
| Annotation Type | Description |
|---|---|
| MixinLoader | Deprecated
since 11.0, use manifest entries MixinConfigs and MixinConnector instead, as original Mixin intended
|