SpongePowered / Mixin

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

`Accessor` and `Invoker` Mixins delete methods with the same name in the target class #642

Open Domkeykong opened 11 months ago

Domkeykong commented 11 months ago

It would be nice if there was an error message, or the signature could be automatically changed as to not cause any problems, as this took me 5 Hours to fully debug!