LlamaLad7 / MixinExtras

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

Ability to modify a `throw` statement. #1

Closed LlamaLad7 closed 1 year ago

LlamaLad7 commented 2 years ago

throw statements should possibly be supported in @WrapWithCondition, and maybe in a separate replace-style injector too. Possibly a dedicated injection point, or maybe just expect people to use INVOKE targeting <init> on the exception with a shift of AFTER?

LlamaLad7 commented 1 year ago

Not actually that desirable or trivial.