Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
api
/
ru.hytalemodding.lineage.api.event
/
EventHandler
Event
Handler
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
EventHandler
(
val
priority
:
EventPriority
=
EventPriority.NORMAL
,
val
ignoreCancelled
:
Boolean
=
false
)
Marks a method as an event handler.
Members
Properties
ignore
Cancelled
Link copied to clipboard
val
ignoreCancelled
:
Boolean
=
false
priority
Link copied to clipboard
val
priority
:
EventPriority