1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-02-23 16:16:40 +00:00
bedrock-protocol-docs/dot/ItemStackResponseContainerInfo.dot
Oswaldo Leyva Barrientos 3187c2b126 Protocol for r/21_u5 NetworkProtocolVersion 766 (#16)
* Protocol for r/21_u5 NetworkProtocolVersion 766

* Fixed README
2025-01-14 10:49:28 -08:00

25 lines
1.5 KiB
Plaintext

digraph "ItemStackResponseContainerInfo" {
rankdir = LR
20
20 -> 21
21 -> 22
20 -> 23
23 -> 24
24 -> 25
23 -> 26
26 -> 27
27 -> 46
20 [label="ItemStackResponseContainerInfo",comment="name: \"ItemStackResponseContainerInfo\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
21 [label="Full Container Name",comment="name: \"Full Container Name\", typeName: \"FullContainerName\", id: 21, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
22 [label="FullContainerName",comment="name: \"FullContainerName\", typeName: \"\", id: 22, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
23 [label="Slots",comment="name: \"Slots\", typeName: \"\", id: 23, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
24 [label="List Size",comment="name: \"List 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="Slot Info",comment="name: \"Slot Info\", typeName: \"ItemStackResponseSlotInfo\", id: 27, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
46 [label="ItemStackResponseSlotInfo",comment="name: \"ItemStackResponseSlotInfo\", typeName: \"\", id: 46, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;22;25;46}
}