Package com.kraken.api.core.interceptor
Class MouseHookInterceptor
- java.lang.Object
-
- com.kraken.api.core.interceptor.MouseHookInterceptor
-
public class MouseHookInterceptor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMouseHookInterceptor.MouseHookAdviceAdvice injected into the obfuscated mouse hook method.
-
Field Summary
Fields Modifier and Type Field Description net.runelite.api.ClientclientMouseHookshooksbooleaninjected
-
Constructor Summary
Constructors Constructor Description MouseHookInterceptor(net.runelite.api.Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectHook()Redefines the obfuscated client mouse hook method so it returns immediately without executing the original implementation.
-
-
-
Field Detail
-
client
public final net.runelite.api.Client client
-
hooks
public final MouseHooks hooks
-
injected
public boolean injected
-
-