| Interface and Description |
|---|
| zone.rong.mixinbooter.IEarlyMixinLoader
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 |
| zone.rong.mixinbooter.ILateMixinLoader
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 |
| zone.rong.mixinbooter.IMixinConfigHijacker
since 11.0, use
Config.blacklist(String) |
| Class and Description |
|---|
| zone.rong.mixinbooter.Context
since 11.0, use
Environment.inDev() and ModDiscoverer.getPresentMods() instead. |
| Annotation Type and Description |
|---|
| zone.rong.mixinbooter.MixinLoader
since 11.0, use manifest entries MixinConfigs and MixinConnector instead, as original Mixin intended
|