Hooks - Red-C0der/Azurite-Framework GitHub Wiki
Hooks
What are they?
Hooks are methods you can write inside the CustomHook class which can be called before and after specific methods of Azurite or all of them.
This can be used to enhance certain methods from either the vanilla Azurite class or a loaded module to add functionality to it.