0x35 S35PacketUpdateTileEntity
Updates NBT data for a tile entity (sign, skull, beacon, command block, etc.).
Fields
| Field | Type | Description |
|---|---|---|
| pos | BlockPos | Tile entity position |
| action | byte | Update action type |
| nbtData | NBTTagCompound | Tile entity NBT data |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Position | BlockPos (long) | |
| Action | unsigned byte | 1=update sign, 2=update skull, 3=update beacon, 4=update skull+base, 7=update endGateway |
| NBT Data | NBT Tag |
MCP References
MCP
NetHandlerPlayClient.handleUpdateTileEntity()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
ChestESP
(Tenacity 6.0)
Track tile entity updates — find chests, spawners, beacons.
SpawnerFinder
(Tenacity 6.0)
Track tile entity updates — find chests, spawners, beacons.