SpongePowered / SpongeAPI

A Minecraft plugin API
http://www.spongepowered.org/
MIT License
1.14k stars 342 forks source link

Add EventManager#registerListeners with lookup parameter #2441

Closed A248 closed 2 years ago

A248 commented 2 years ago

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