MinecraftForge / CoreMods

CoreMods
GNU Lesser General Public License v2.1
38 stars 25 forks source link

Generating wrapper classes for proxy logic #2

Closed skyboy closed 1 month ago

skyboy commented 6 years ago

This needs the ability to read the final transformed state of the class the wrapper is being generated for

covers1624 commented 6 years ago

I would also find this useful for some class generation I do.

Mind you, i cant exactly be a coremod either, im not transforming others classes before they load either, im purely generating classes with 'mixins' applied (similar to scala traits at compile time).