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.-
ClassDescriptionContext for performing reference mappingInterface for reference mapper objectsStores 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.