Class MappingFieldSrg
- java.lang.Object
-
- org.spongepowered.asm.obfuscation.mapping.common.MappingField
-
- org.spongepowered.asm.obfuscation.mapping.mcp.MappingFieldSrg
-
- All Implemented Interfaces:
IMapping<MappingField>
public class MappingFieldSrg extends 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 Constructor Description MappingFieldSrg(java.lang.String srg)MappingFieldSrg(MappingField field)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringserialise()Get a representation of this mapping for serialisation.
-
-
-
Constructor Detail
-
MappingFieldSrg
public MappingFieldSrg(java.lang.String srg)
-
MappingFieldSrg
public MappingFieldSrg(MappingField field)
-
-
Method Detail
-
serialise
public java.lang.String 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
-
-