Result

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

Constructor finder result implementation.

Parameters

isNoSuch

whether no Constructor was found, false by default.

throwable

the error.

Types

Link copied to clipboard
inner class Instance

Constructor instance handler.

Functions

Link copied to clipboard
Link copied to clipboard

Gets a Constructor instance handler.

Link copied to clipboard
fun give(): Constructor<*>?

Gets the Constructor itself.

Link copied to clipboard

Gets the Constructor instances themselves.

Link copied to clipboard

Ignores exceptions and stops printing error logs.

Link copied to clipboard

Ignores exceptions and stops printing error logs.

Link copied to clipboard

Listens for a missing Constructor.

Link copied to clipboard

Creates a Constructor remedy plan.

Link copied to clipboard

Creates the result listener block.

Link copied to clipboard

Gets a Constructor instance handler.

Link copied to clipboard

Gets all Constructor instance handlers.