Summary
- Add EventPriority (commit: eaea090) (details)
- Add EventPriority method to EventHandler (commit: d3c1acc) (details)
- Implement usage of EventPriority in EventBus (commit: 0f06b2c) (details)
- Added EventHandlerMethod wrapper for Listener and Method (commit: 53a6bb1) (details)
- Added a Map<Class<?>, EventHandlerMethod[]> and implemented using it. I (commit: 024288e) (details)
- Create test for event priorities (commit: 07e330b) (details)
- Don't try to bake handlers when there are no more handlers. Remove them (commit: d0e5ee4) (details)
- Add UnregisteringListenerTest (commit: bb47aba) (details)
- Add multiple listeners to EventPriorityTest (commit: 3e86937) (details)
- Fix formatting error - not sure how that happened (commit: e3a7490) (details)
- Use fluid bytes instead of enum + format. (commit: 1342bae) (details)