p0t4t0sandwich / TaterLib

A cross API code library that allows developers to write code that works across multiple modding platforms, and across a wide range of Minecraft versions, all with one JAR file. If TaterLib runs on it, so can your plugin/mod.
GNU General Public License v3.0
8 stars 2 forks source link

Add Generic Event Listener and Event Names #15

Closed p0t4t0sandwich closed 7 months ago

p0t4t0sandwich commented 9 months ago

For cases where you'd want to just listen to everything and not need to change as much code. Probably best to have a couple types or maybe a way to filter the event type

Allow for filtering based on root event interface? (IE, PlayerEvent, EntityEvent, Cancelable)

Add ServerType event parameter to allow for ServerType event filtering