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