LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
304 stars 17 forks source link

[Request] Ability to modify the receiver of instance method calls #5

Closed BasiqueEvangelist closed 2 years ago

BasiqueEvangelist commented 2 years ago

This would allow getting/modifying this without using a non-compatible @‌Redirect or a brittle local-capturing @‌Inject

LlamaLad7 commented 2 years ago

Just to check, you mean receiver before the . of a given call, rather than the actual this in the current scope, right?

BasiqueEvangelist commented 2 years ago

Yeah.

LlamaLad7 commented 2 years ago

Added in 0.0.3.