Package-level declarations

Types

Link copied to clipboard
class EditableItemStack(id: String, group: String = "UIsModule", itemStack: ItemStack) : Listener

Represents an item stack that can be edited and customized in config.

Link copied to clipboard
data class SimpleEnchantment(val enchantment: Enchantment, val level: Int = 1)

Represents an enchantment

Link copied to clipboard
data class UiEntry(val item: () -> ItemStack, val action: (Ui, Player) -> Unit = { _, _ -> }, val dynamic: Boolean = false)

Representation of an Ui Entry, which is an item in an Ui.

Link copied to clipboard
class UiModel