Getting started - Revxrsal/Tuna-Bytes GitHub Wiki
Project setup
Make sure you have setup Tuna-Bytes for your project:
Starting mixins
After making sure you have the correct project setup (dependency and annotation processor), add the following line to your project's starting code:
MixinsBootstrap.init(true / false); // should we ignore classes if they had already been loaded?
// or
MixinsBootstrap.init(); // defaults to false
That's it! Mixins will load all modifications that need to be applied to classes, and then loads the modified version of the class.