Package-level declarations

Types

Link copied to clipboard

Represents the actions that are allowed while the player is in a dialog.

Link copied to clipboard

Represents a CloseAction to close a dialog.

Link copied to clipboard
class Dialog(val player: Player, val title: String? = null, val subtitle: String? = null, val actionbar: String? = null, val closeAction: CloseAction = CloseAction.ANY_CLICK, val onChat: (Player, String) -> Boolean = { _, _ -> true }, val allowedActions: List<AllowedActions> = listOf(AllowedActions.NONE)) : Listener

Represents a Dialog (Title, Subtitle and Actionbar message)