Package com.kraken.api.core.interceptor
Class DoActionInterceptor
- java.lang.Object
-
- com.kraken.api.core.interceptor.DoActionInterceptor
-
@Singleton public class DoActionInterceptor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDoActionInterceptor.DoActionAdviceAdvice injected into the obfuscated doAction method.
-
Field Summary
Fields Modifier and Type Field Description net.runelite.api.ClientclientDoActionHookshooksbooleaninjected
-
Constructor Summary
Constructors Constructor Description DoActionInterceptor(net.runelite.api.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectHook()Redefines the obfuscated client doAction method to log arguments on entry without interrupting the original execution.
-
-
-
Field Detail
-
client
public final net.runelite.api.Client client
-
hooks
public final DoActionHooks hooks
-
injected
public boolean injected
-
-