SpongeAPI
SpongeAPI copied to clipboard
Add EventManager#registerListeners with lookup parameter
Per https://github.com/SpongePowered/Sponge/issues/3747, the provided lookup allows the EventManager implementation to have privileged access to the listener class. This is particularly useful where the listener class is created outside the normal plugin classloader.
SpongeAPI | Sponge