SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.41k stars 194 forks source link

Change integer value with mixin #519

Closed legoraft closed 3 years ago

legoraft commented 3 years ago

I want to change the value of this int k = this.scaledHeight - 59; integer in the renderHeldItemTooltip with a mixin, without using an override. I've seen the @ModifyVariable function, but the documentation isn't that clear. How would I change an integer without using an overrride?

Mumfrey commented 3 years ago

This is an issue tracker for bugs and feature requests for mixin, not a support forum. Please use discord for general support questions.