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

21 lines
1.1 KiB
Plaintext

digraph "ContainerMixDataEntry" {
rankdir = LR
31
31 -> 32
32 -> 33
31 -> 34
34 -> 35
31 -> 36
36 -> 37
31 [label="ContainerMixDataEntry",comment="name: \"ContainerMixDataEntry\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
32 [label="From Item (Id): Input",comment="name: \"From Item (Id): Input\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
33 [label="varint",comment="name: \"varint\", typeName: \"\", id: 33, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
34 [label="Re-agent Item Id",comment="name: \"Re-agent Item Id\", typeName: \"\", id: 34, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
35 [label="varint",comment="name: \"varint\", typeName: \"\", id: 35, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
36 [label="To Item (Id): Output",comment="name: \"To Item (Id): Output\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
37 [label="varint",comment="name: \"varint\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;33;35;37}
}