Package org.spongepowered.asm.mixin.refmap


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
     
    Context for performing reference mapping
    Interface for reference mapper objects
  • Class Summary
    Class
    Description
    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.
    This adapter is designed to apply the same remapping used elsewhere in the development chain (RemapperChain) to reference maps.