ListenerManager

interface ListenerManager

Represents listener manager.

Functions

Link copied to clipboard
abstract fun addListener(@NotNull name: @NotNull String, @NotNull listenerFunction: @NotNull (YamlObject) -> (UpdateEvent) -> HudListener)
Adds listener builder.
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun getAllListenerKeys(): @NotNull @Unmodifiable Set<String>
Gets all listener name