Registrable

@Since(version = "2.2")
interface Registrable

This is the main registrable interface. This interface is used to register triggers, placeholders, etc.

You should not be implementing this interface. Instead, you should be implementing one of its sub-interfaces found in this package.

See also

Inheritors

Properties

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

The aliases for this registrable.