Class MouseHookInterceptor.MouseHookAdvice

  • Enclosing class:
    MouseHookInterceptor

    public static class MouseHookInterceptor.MouseHookAdvice
    extends java.lang.Object
    Advice injected into the obfuscated mouse hook method. Returning true from method enter skips the original method body entirely.
    • Constructor Summary

      Constructors 
      Constructor Description
      MouseHookAdvice()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean onEnter()  
      • Methods inherited from class java.lang.Object

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

      • MouseHookAdvice

        public MouseHookAdvice()
    • Method Detail

      • onEnter

        @OnMethodEnter(skipOn=net.bytebuddy.asm.Advice.OnNonDefaultValue.class)
        public static boolean onEnter()