inject

fun inject(target: String, method: String, callback: Consumer<Any?>): MixinHandle

Inject at the HEAD of method on target.


fun inject(target: String, method: String, at: String, callback: Consumer<Any?>): MixinHandle

Inject at at ("HEAD" or "RETURN") of method on target.