mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
25 lines
1.5 KiB
Plaintext
25 lines
1.5 KiB
Plaintext
digraph "ItemStackResponseContainerInfo" {
|
|
rankdir = LR
|
|
18
|
|
18 -> 19
|
|
19 -> 20
|
|
18 -> 21
|
|
21 -> 22
|
|
22 -> 23
|
|
21 -> 24
|
|
24 -> 25
|
|
25 -> 42
|
|
|
|
18 [label="ItemStackResponseContainerInfo",comment="name: \"ItemStackResponseContainerInfo\", typeName: \"\", id: 18, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
19 [label="Full Container Name",comment="name: \"Full Container Name\", typeName: \"FullContainerName\", id: 19, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
20 [label="FullContainerName",comment="name: \"FullContainerName\", typeName: \"\", id: 20, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
21 [label="Slots",comment="name: \"Slots\", typeName: \"\", id: 21, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
|
|
22 [label="Array Size",comment="name: \"Array Size\", typeName: \"\", id: 22, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
23 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 23, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
24 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 24, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
|
|
25 [label="Slot Info",comment="name: \"Slot Info\", typeName: \"ItemStackResponseSlotInfo\", id: 25, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
|
|
42 [label="ItemStackResponseSlotInfo",comment="name: \"ItemStackResponseSlotInfo\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;20;23;42}
|
|
|
|
}
|