Package org.spongepowered.asm.mixin.refmap
Refmaps are data bundles which map string references to obfuscated
counterparts at runtime, see
ReferenceMapper.-
Interface Summary Interface Description IClassReferenceMapper IMixinContext Context for performing reference mappingIReferenceMapper Interface for reference mapper objects -
Class Summary 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 apply the same remapping used elsewhere in the development chain (RemapperChain) to reference maps.