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/InventoryTransaction.dot
2024-02-15 15:10:22 -08:00

21 lines
1.1 KiB
Plaintext

digraph "InventoryTransaction" {
rankdir = LR
22
22 -> 23
23 -> 24
24 -> 25
23 -> 26
26 -> 27
27 -> 51
22 [label="InventoryTransaction",comment="name: \"InventoryTransaction\", typeName: \"\", id: 22, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
23 [label="Actions",comment="name: \"Actions\", typeName: \"\", id: 23, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
24 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
25 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 25, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
26 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 26, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
27 [label="Action",comment="name: \"Action\", typeName: \"InventoryAction\", id: 27, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
51 [label="InventoryAction",comment="name: \"InventoryAction\", typeName: \"\", id: 51, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;25;51}
}