/CursedMixinExtensions

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

CursedMixinExtensions

A small extension library to Mixin, allows you to write Mixins that you basically shouldn't write.

Setup

Call the postApply method from your MixinPlugin class:

    @Override
    public void postApply(...) {
        CursedMixinExtensions.postApply(classNode);
    }

You're good to go!

Enjoy using the library, and don't hesitate to open an issue if you have any feedback, questions or suggestions.

Acknowledgements