UIsModule
0.2.0-SNAPSHOT
UIsModule
/
xyz.theprogramsrc.uismodule
Package-level
declarations
Types
Types
Dialog
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
Main
Link copied to clipboard
class
Main
:
Module
,
Listener