UIsModule
0.2.0-SNAPSHOT
UIsModule
/
xyz.theprogramsrc.uismodule.ui.events
Package-level
declarations
Types
Types
Ui
Click
Event
Link copied to clipboard
class
UiClickEvent
(
val
ui
:
Ui
,
val
player
:
Player
,
val
entry
:
UiEntry
)
:
UiEvent
Ui
Close
Event
Link copied to clipboard
class
UiCloseEvent
(
val
ui
:
Ui
,
val
player
:
Player
)
:
UiEvent
Ui
Event
Link copied to clipboard
open
class
UiEvent
(
val
ui
:
Ui
,
val
player
:
Player
)
:
Event
Ui
Open
Event
Link copied to clipboard
class
UiOpenEvent
(
val
ui
:
Ui
,
val
player
:
Player
)
:
UiEvent