RegistrableActivationIndicator

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

This interface is used to create registrable activation indicators.

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 indicateAboutActivation(text: String, player: Player)

This method indicates to the player that the enchantment has been activated. This method should display text to the player in a desired way.