Package org.geysermc.event.subscribe
Annotation Type Subscribe
-
@Retention(RUNTIME) @Target(METHOD) public @interface SubscribeAn annotation used to signify the given method is an event. This should only be applied to methods where the class containing them is designated for events specifically.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanignoreCancelled@NonNull PostOrderpostOrderThePostOrderof the event
-