SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.41k stars 194 forks source link

Add support for Accessors/Invokers targeting members not present at compile-time #488

Open LlamaLad7 opened 3 years ago

LlamaLad7 commented 3 years ago

Sometimes it is desirable to access members added to a class by another Mixin, and if those members are static, it is not possible to access them via the Shadow + Duck interface combo. As such, it would be nice if they were supported by Accessor Mixins.