Method Finder
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
Method finder.
Finds a specific Method or group of Method instances by type.
Parameters
class Set
the Class instance to search.
Types
Properties
Functions
Link copied to clipboard
Configures an empty, parameterless Method.
Link copied to clipboard
Sets the Method modifier conditions.
Link copied to clipboard
Filters by the bytecode order index.
Link copied to clipboard
Searches for the current Method in all superclasses of classSet.