is Native
Deprecated
YukiHookAPI will completely remove the API of its own reflection part in version 2.0.0. We recommend that you use KavaRef to implement reflection for better performance and maintainability. See: https://github.com/HighCapable/KavaRef
Checks whether the Method modifiers include native.
Use this condition to identify any JNI-backed Method.
Example:
native void/int/String...
^^^