hooks property

HashMap<String, RPCHook> hooks
getter/setter pair

All the hooks where the plugin is subscribed.

Implementation

HashMap<String, RPCHook> hooks = HashMap();