@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SubscribeEvent
Modifier and Type | Optional Element and Description |
---|---|
EventPriority |
priority |
boolean |
receiveCanceled |
public abstract EventPriority priority
public abstract boolean receiveCanceled