mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-05-01 02:14:08 +00:00
* Protocol for r/21_u7 Network Protocol Version 785 * Update changelog with bullets and enum changes section * Update README --------- Co-authored-by: Yash Shroff <yshroff@microsoft.com> Co-authored-by: Yash Shroff <yashshroff@Yashs-MBP.local>
29 lines
2.0 KiB
Plaintext
29 lines
2.0 KiB
Plaintext
digraph "ClientMovementPredictionSyncPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 8
|
|
0 -> 9
|
|
9 -> 17
|
|
0 -> 18
|
|
18 -> 32
|
|
0 -> 33
|
|
33 -> 34
|
|
0 -> 35
|
|
35 -> 39
|
|
|
|
0 [label="ClientMovementPredictionSyncPacket",comment="name: \"ClientMovementPredictionSyncPacket\", typeName: \"\", id: 0, branchId: 322, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Actor Data Flag",comment="name: \"Actor Data Flag\", typeName: \"ActorDataFlagComponent\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
8 [label="ActorDataFlagComponent",comment="name: \"ActorDataFlagComponent\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
9 [label="Actor Bounding Box",comment="name: \"Actor Bounding Box\", typeName: \"ActorDataBoundingBoxComponent\", id: 9, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
17 [label="ActorDataBoundingBoxComponent",comment="name: \"ActorDataBoundingBoxComponent\", typeName: \"\", id: 17, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
18 [label="Movement Attributes",comment="name: \"Movement Attributes\", typeName: \"MovementAttributesComponent\", id: 18, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
32 [label="MovementAttributesComponent",comment="name: \"MovementAttributesComponent\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
33 [label="Actor Unique ID",comment="name: \"Actor Unique ID\", typeName: \"ActorUniqueID\", id: 33, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
34 [label="ActorUniqueID",comment="name: \"ActorUniqueID\", typeName: \"\", id: 34, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
35 [label="Actor Flying State",comment="name: \"Actor Flying State\", typeName: \"bool\", id: 35, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
39 [label="bool",comment="name: \"bool\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;8;17;32;34;39}
|
|
|
|
}
|