MuseumItemData

@Serializable
data class MuseumItemData(val type: Int? = null, val data: String? = null)

Item data for a donated item.

Constructors

Link copied to clipboard
constructor(type: Int? = null, data: String? = null)

Properties

Link copied to clipboard
val data: String? = null

gzipped nbt data.

Link copied to clipboard
val type: Int? = null

Unknown