ShopGui

data class ShopGui(val id: Int, val size: Int, val title: Component, val slots: List<ShopSlot>)

A shop inventory gui.

Author

MarkusTieger

Since

0.2.0

Constructors

Link copied to clipboard
constructor(id: Int, size: Int, title: Component, slots: List<ShopSlot>)

Properties

Link copied to clipboard
val id: Int

The gui id

Link copied to clipboard
val size: Int

The size of the gui

Link copied to clipboard

The configured slots

Link copied to clipboard
val title: Component

The title of the gui