UiModel

class UiModel

Constructors

Link copied to clipboard
fun UiModel()

Functions

Link copied to clipboard
fun add(item: UiEntry): UiModel

Adds an UiEntry to the model

Link copied to clipboard
fun clear(): UiModel

Clears the entries in the model

Link copied to clipboard

Fills the empty slots with the given entry

Link copied to clipboard
fun fillSlots(slots: List<Int>, entry: UiEntry): UiModel

Fills the given slots with the given entry

Link copied to clipboard
fun generateInventory(): Inventory

Generates an Inventory from this UiModel

Link copied to clipboard
fun remove(index: Int): UiModel

Removes the UiEntry at the specified index

Link copied to clipboard
fun set(index: Int, item: UiEntry): UiModel

Sets the UiEntry at the specified index

Properties

Link copied to clipboard

The entries to be displayed in the model

Link copied to clipboard
var size: Int = 54

The size of the model

Link copied to clipboard

The title of the model