| Interface | Description |
|---|---|
| IMixinContext |
Context for performing reference mapping
|
| IReferenceMapper |
Interface for reference mapper objects
|
| Class | Description |
|---|---|
| ReferenceMapper |
Stores runtime information allowing field, method and type references which
cannot be hard remapped by the reobfuscation process to be remapped in a
"soft" manner at runtime.
|
| RemappingReferenceMapper |
This adapter is designed to address a problem with mixins when "deobfCompile"
dependencies are used in a project which is using newer MCP mappings than the
ones the imported dependency was compiled with.
|