← Back to Index
PositionTrackingDBServerBroadcastPacket (153)
Server to client packet for server authoratative runtime database (with persistent LevelStorage backup) designed primarily to track lodestone stuff. See Position Tracking DB Notes.md in bedrock-docs.
| Field Name |
Type |
Field Index |
Description |
| Action (Required) |
uint8 |
0 |
|
Enum Values:
| Index |
Value |
| 0 |
Update |
| 1 |
Destroy |
| 2 |
NotFound |
|
| Id (Required) |
PositionTrackingId |
1 |
|
PositionTrackingId
| Field Name |
Type |
Field Index |
Description |
| Value (Required) |
varint32 |
0 |
|
|
| Position tracking data (Required) |
4158325036 |
2 |
CompoundTag for record key:
version (byte)
id (string)
positions (list of (int, int, int))
dimension (int)
status (byte, record status enum)
|