| Class | Description |
|---|---|
| ASMClassVisitor | |
| ASMClassVisitor.ASMAnnotationVisitor | |
| ASMClassVisitor.ASMFieldVisitor | |
| ASMClassVisitor.CompatHandlingAnnotation | |
| CustomLogger | |
| FermiumJarScanner |
Janky handler for searching jar files for modids and @MixinConfig handling
Searches for both mcmod.info and @Mod annotations to find modids, since some mods only have one or the other
Some also have neither or set it improperly and give me a headache, so they have manual compatibility
Also handles searching for and parsing @MixinConfig handling using ASM to avoid classloading issues
|
| ForcedConfigHandler |