UIsModule
0.2.0-SNAPSHOT
UIsModule
/
xyz.theprogramsrc.uismodule.objects
/
UiAction
Ui
Action
abstract
class
UiAction
(
val
player
:
Player
,
val
type
:
ClickType
,
val
event
:
InventoryClickEvent
)
Constructors
Functions
Properties
Constructors
Ui
Action
Link copied to clipboard
fun
UiAction
(
player
:
Player
,
type
:
ClickType
,
event
:
InventoryClickEvent
)
Functions
close
Ui
Link copied to clipboard
abstract
fun
closeUi
(
)
Closes the UI
open
Ui
Link copied to clipboard
abstract
fun
openUi
(
)
Opens the UI
Properties
event
Link copied to clipboard
val
event
:
InventoryClickEvent
player
Link copied to clipboard
val
player
:
Player
type
Link copied to clipboard
val
type
:
ClickType