0x49 S49PacketUpdateEntityNBT
Updates the NBT data of an entity (used for command block minecarts, spawned entities with custom NBT).
Fields
| Field | Type | Description |
|---|---|---|
| entityId | VarInt | Entity ID |
| tagCompound | NBTTagCompound | Updated NBT data |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Entity ID | VarInt | |
| NBT Data | NBT Tag |
MCP References
MCP
NetHandlerPlayClient.handleUpdateEntityNBT()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
NBTExploit
Read entity NBT data (command block minecarts).
CommandBlock
Read entity NBT data (command block minecarts).