1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-23 12:46:13 +00:00
bedrock-protocol-docs/dot/MoveActorDeltaPacket.dot
2024-02-15 15:10:22 -08:00

13 lines
546 B
Plaintext

digraph "MoveActorDeltaPacket" {
rankdir = LR
0
0 -> 1
1 -> 19
0 [label="MoveActorDeltaPacket",comment="name: \"MoveActorDeltaPacket\", typeName: \"\", id: 0, branchId: 111, recurseId: -1, attributes: 0, notes: \"\""];
1 [label="Move Data",comment="name: \"Move Data\", typeName: \"MoveActorDeltaData\", id: 1, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
19 [label="MoveActorDeltaData",comment="name: \"MoveActorDeltaData\", typeName: \"\", id: 19, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;19}
}