JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.geysermc.event.subscribe
Annotation Interface Subscribe
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Subscribe
An 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
boolean
ignoreCancelled
@NonNull
PostOrder
postOrder
The
PostOrder
of the event
Element Details
postOrder
@NonNull
PostOrder
postOrder
The
PostOrder
of the event
Returns:
the post order of the event
Default:
NORMAL
ignoreCancelled
boolean
ignoreCancelled
Default:
false