register
Shortcut for registering this listener on the given plugin.
Registers the event with a custom event executor.
Parameters
executor
handles incoming events
ignoreCancelled
if manual cancellation should be ignored
priority
the priority when multiple listeners handle this event
T
the type of event
inline fun <T : Event> SingleListener<T>.register(priority: EventPriority = EventPriority.NORMAL, ignoreCancelled: Boolean = false)
Content copied to clipboard
Registers the SingleListener with its event listener.
Parameters
ignoreCancelled
if manual cancellation should be ignored
priority
the priority when multiple listeners handle this event