Package org.cadixdev.lorenz
Lorenz is a library built to interact with Java de-obfuscation mappings.
This library gives developers a way to express de-obfuscation mappings, in addition to performing IO for a variety of formats (users can also write their own readers and writers).
I developed Lorenz specifically for my needs, largely around Minecraft, and so I have implemented IO classes for the following formats:
- SRG
- CSRG
- TSRG
- XSRG
-
Interface Summary Interface Description MappingSet The container forTopLevelClassMappings, allowing for their creating and locating anyClassMapping.MappingSetModelFactory A factory intended to facilitate the creating of the many models in Lorenz.