RegistrableTrigger

@Since(version = "2.2")
interface RegistrableTrigger : Registrable

This interface is used to register triggers.

Inheritors

Properties

Link copied to clipboard
@Since(version = "2.2")
abstract val aliases: List<String>

The aliases for this registrable.

Functions

Link copied to clipboard
@Since(version = "2.2")
abstract fun getTriggerDataHolder(): TriggerDataHolder

Returns the data holder for this trigger. For more information on what is a data holder, refer to the documentations of TriggerDataHolder.