KattonItemEntry

data class KattonItemEntry(val id: Identifier, val item: Item, properties: KattonItemProperties? = null) : Identifiable

Represents a registered item entry.

Stores the item instance along with its properties for potential component rebuilding during hot-reload operations.

Constructors

Link copied to clipboard
constructor(id: Identifier, item: Item, properties: KattonItemProperties? = null)

Properties

Link copied to clipboard
open override val id: Identifier

The unique identifier for this item

Link copied to clipboard
val item: Item

The registered Item instance