Class MappingFieldSrg
java.lang.Object
org.spongepowered.asm.obfuscation.mapping.common.MappingField
org.spongepowered.asm.obfuscation.mapping.mcp.MappingFieldSrg
- All Implemented Interfaces:
IMapping<MappingField>
An SRG field mapping
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.spongepowered.asm.obfuscation.mapping.IMapping
IMapping.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MappingFieldSrg
-
MappingFieldSrg
-
-
Method Details
-
serialise
Description copied from interface:IMappingGet a representation of this mapping for serialisation. Individual writers are free to use their own mappings, this method is for convenience only.- Specified by:
serialisein interfaceIMapping<MappingField>- Overrides:
serialisein classMappingField- Returns:
- string representation of this mapping
-