mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-02-23 20:56:46 +00:00
25 lines
1.4 KiB
Plaintext
25 lines
1.4 KiB
Plaintext
digraph "CommandRequestPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
0 -> 3
|
|
3 -> 42
|
|
0 -> 43
|
|
43 -> 44
|
|
0 -> 45
|
|
45 -> 46
|
|
|
|
0 [label="CommandRequestPacket",comment="name: \"CommandRequestPacket\", typeName: \"\", id: 0, branchId: 77, recurseId: -1, attributes: 0, notes: \"\""];
|
|
1 [label="Command",comment="name: \"Command\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
2 [label="string",comment="name: \"string\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
3 [label="Command Origin",comment="name: \"Command Origin\", typeName: \"CommandOriginData\", id: 3, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
42 [label="CommandOriginData",comment="name: \"CommandOriginData\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
43 [label="Is Internal Source?",comment="name: \"Is Internal Source?\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
44 [label="bool",comment="name: \"bool\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
45 [label="Version",comment="name: \"Version\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
46 [label="varint",comment="name: \"varint\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;2;42;44;46}
|
|
|
|
}
|