NbtQueryResponsePacket

data class NbtQueryResponsePacket(val transactionId: Int, val nbt: NBT) : ClientBoundPacket

Tag Query Response | 0x62 | play | clientbound

Parameters

transactionId

transactionId

nbt

nbt

See also

Constructors

Link copied to clipboard
constructor(transactionId: Int, nbt: NBT)

Types

Link copied to clipboard

Properties

Link copied to clipboard
val nbt: NBT
Link copied to clipboard