UiEntry

data class UiEntry(val item: ItemStack, val action: (action: UiAction) -> Unit = {})

Constructors

Link copied to clipboard
fun UiEntry(item: ItemStack, action: (action: UiAction) -> Unit = {})

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun itemEditor(builder: ItemStack.() -> Unit): UiEntry

Inline function to edit the item

Properties

Link copied to clipboard
val action: (action: UiAction) -> Unit
Link copied to clipboard
val item: ItemStack
Link copied to clipboard
var shouldUpdate: Boolean = false

Should this entry be updated every tick? If true it'll be updated every tick, if false it'll be updated only when the player opens the inventory