mixin-cheatsheet
mixin-cheatsheet copied to clipboard
SpongePowered Mixin Cheat Sheet
Results
5
mixin-cheatsheet issues
Sort by
recently updated
recently updated
newest added
Does not have a tutorial on redirecting `NEW`. It's pretty simple and useful but I don't use it enough to always remember the exact format so having it here would...
It should mention that invokers must be named `invokeMethodName` or `callMethodName`, or annotated with `@Invoker("methodName")`.
(Method wildcard is `method="*"`, useful for redirecting one call in lambda)