TriggerManager

interface TriggerManager

Trigger manager.

Functions

Link copied to clipboard
abstract fun addTrigger(@NotNull name: @NotNull String, @NotNull trigger: @NotNull (YamlObject) -> HudTrigger<out Any>)
Adds trigger by builder.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllTriggerKeys(): @NotNull @Unmodifiable Set<String>
Gets all triggers name.