A small extension library to Mixin, allows you to write Mixins that you basically shouldn't write.
Call the postApply
method from your MixinPlugin class:
@Override
public void postApply(...) {
CursedMixinExtensions.postApply(classNode);
}
Enjoy using the library, and don't hesitate to open an issue if you have any feedback, questions or suggestions.