FountainMC / FountainAPI

A 'simple but beautiful' Minecraft Server Plugin API
https://fountainmc.org/
MIT License
5 stars 5 forks source link

Add event factory methods returning a default event implementation #23

Closed Techcable closed 8 years ago

Techcable commented 8 years ago

These event implementations aren't publicly accessible, so it'll be difficult for plugins to tie themselves to the implementaton. Additionally, we don't have to fudge around with bytecode modification or double the number of files in the project.