HowardZHY / CursedMixinExtensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Creative Commons Zero v1.0 Universal


Languages

Language:Java 100.0%