You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mixin isn't really ready for production use yet. Some functionality isn't implemented and it's not well documented. It doesn't have a built in java agent implementation to make this easy, so you would have to write your own.
In your java agent, set up a MixinApplicator, and call MixinApplicator.getMixinTransformer() to get a transformer instance.
You can then use Instrumentation.addTransformer. In that transformer instance, call JavaTransformer.transformClass.
Any ways to use this Mixin system in a Non-Minecraft related Project?
(Using a Javaagent)
The text was updated successfully, but these errors were encountered: