toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.event
/
EventHandler
Event
Handler
@
Target
(
value
=
ElementType.METHOD
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
public
@interface
EventHandler
An annotation to mark methods as being event handler methods
Members
Functions
annotation
Type
Link copied to clipboard
public
abstract
Class
<
? extends
Annotation
>
annotationType
(
)
equals
Link copied to clipboard
public
abstract
boolean
equals
(
Object
p
)
hash
Code
Link copied to clipboard
public
abstract
int
hashCode
(
)
ignore
Cancelled
Link copied to clipboard
public
abstract
boolean
ignoreCancelled
(
)
Define if the handler ignores getClassById cancelled event.
priority
Link copied to clipboard
public
abstract
EventPriority
priority
(
)
Define the priority of the event.
to
String
Link copied to clipboard
public
abstract
String
toString
(
)