Package-level declarations

Types

Link copied to clipboard
class Dialog(val player: Player, val title: String? = null, val subtitle: String? = null, val actionbar: String? = null, val onClose: (Player) -> Unit = {}, val onChat: (Player, String) -> Boolean = { _: Player, _: String -> true }) : Listener

Representation of a dialog

Link copied to clipboard
class Main : Module, Listener