ItemStackData

@Serializable
data class ItemStackData(val type: MaterialData, val amount: Int, val lore: List<ComponentData>, val meta: ItemMetaData)

Constructors

Link copied to clipboard
constructor(type: MaterialData, amount: Int, lore: List<ComponentData>, meta: ItemMetaData)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val amount: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun toItemStack(): ItemStack