InventoryData

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

Used for inventory data

Constructors

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

Properties

Link copied to clipboard
val data: String? = null

Base64 encoded Gzipped inventory nbt data.

Link copied to clipboard
val type: Int? = null

TODO unknown