Package eu.sculkpowered.server.event
Annotation Interface Subscribe
An annotation that is used to indicate that a method is an event listener.
-
Optional Element Summary
-
Element Details
-
order
short orderThe order of the listener.- Returns:
- the order.
- Default:
0
-
async
boolean asyncWhether the listener should be called async.- Returns:
- whether the listener should be async.
- Default:
false
-