UIsModule
0.2.0-SNAPSHOT
UIsModule
/
xyz.theprogramsrc.uismodule.ui
Package-level
declarations
Types
Types
Simple
Ui
Link copied to clipboard
open
class
SimpleUi
(
title
:
String
,
slots
:
Int
,
entries
:
Map
<
Int
,
UiEntry
>
,
player
:
Player
)
:
Listener
Represents a UI
Ui
Link copied to clipboard
open
class
Ui
(
title
:
String
,
slots
:
Int
,
player
:
Player
,
automaticallyOpen
:
Boolean
=
true
)
:
Listener
Represents a UI
Ui
Model
Link copied to clipboard
class
UiModel