G
I
M
N
P
G
- getAFTER_BEGIN() - function in net.yakclient.mixins.api.InjectionType.Companion
- Will place the mixin at the very beginning of the method before the first opcode.
- getBEFORE_END() - function in net.yakclient.mixins.api.InjectionType.Companion
- Will place the mixin before the very last return statement this will still apply in a void method.
- getBEFORE_INVOKE() - function in net.yakclient.mixins.api.InjectionType.Companion
- Will place the mixin before every single method invoke, Not ignoring static calls.
- getBEFORE_RETURN() - function in net.yakclient.mixins.api.InjectionType.Companion
- Will place the mixin before every single return in the method.
- getHIGH() - function in net.yakclient.mixins.api.Priority.Companion
- getHIGHEST() - function in net.yakclient.mixins.api.Priority.Companion
- getLOW() - function in net.yakclient.mixins.api.Priority.Companion
- getLOWEST() - function in net.yakclient.mixins.api.Priority.Companion
- getMEDIUM() - function in net.yakclient.mixins.api.Priority.Companion
- getOVERWRITE() - function in net.yakclient.mixins.api.InjectionType.Companion
- Will overwrite the method and replace it with the mixin, Note if other mixins are targeted at this method they will still get placed accordingly.