KernelHook.FunctionInvokingHook Interface
Implements
public static interface KernelHook.FunctionInvokingHook
extends KernelHook<FunctionInvokingEvent<?>>
A hook that accepts FunctionInvokingEvent<T>
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| default boolean | test(KernelHookEvent arguments) |
Method Details
test
public default boolean test(KernelHookEvent arguments)
Parameters: