Class MouseHookInterceptor


  • public class MouseHookInterceptor
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MouseHookInterceptor​(net.runelite.api.Client client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void injectHook()
      Redefines the obfuscated client mouse hook method so it returns immediately without executing the original implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • client

        public final net.runelite.api.Client client
      • injected

        public boolean injected
    • Constructor Detail

      • MouseHookInterceptor

        @Inject
        public MouseHookInterceptor​(net.runelite.api.Client client)
    • Method Detail

      • injectHook

        public void injectHook()
        Redefines the obfuscated client mouse hook method so it returns immediately without executing the original implementation.