1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-24 00:25:58 +00:00
bedrock-protocol-docs/dot/MoveActorAbsolutePacket.dot
Oswaldo Leyva Barrientos 933599d224 Protocol version 622 for r/20_u7
2024-02-15 15:10:22 -08:00

13 lines
563 B
Plaintext

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