Package me.hackware.api.event
package me.hackware.api.event
-
ClassDescriptionBase class for all events dispatched through the
EventBus.Annotation-driven event bus usingSubscribeEventand boundMethodHandle-based fast invocation (no reflectiveMethod.invoke()at dispatch time).Listener priority — handlers are sorted by descending ordinal soEventPriority.HIGHESTfires first andEventPriority.LOWESTfires last.Marks a method as an event handler.