ConduitMC / Conduit

Next-Generation Minecraft server software.
https://conduit.systems
MIT License
7 stars 1 forks source link

Eliminate EventListener interface #50

Closed Innectic closed 3 years ago

Innectic commented 3 years ago

This interface quite literally does nothing so it doesn't need to exist. Convert event system to use any class instead of ? extends EventListener