1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-21 04:39:14 +00:00
Files
bedrock-protocol-docs/dot/InventoryAction.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 "InventoryAction" {
rankdir = LR
28
28 -> 29
29 -> 49
28 -> 50
50 -> 51
28 -> 52
52 -> 53
28 -> 54
54 -> 55
28 [label="InventoryAction",comment="name: \"InventoryAction\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
29 [label="Source",comment="name: \"Source\", typeName: \"InventorySource\", id: 29, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
49 [label="InventorySource",comment="name: \"InventorySource\", typeName: \"\", id: 49, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
50 [label="Slot",comment="name: \"Slot\", typeName: \"\", id: 50, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
51 [label="unsigned varint",comment="name: \"unsigned varint\", typeName: \"\", id: 51, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
52 [label="From Item Descriptor",comment="name: \"From Item Descriptor\", typeName: \"NetworkItemStackDescriptor\", id: 52, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
53 [label="NetworkItemStackDescriptor",comment="name: \"NetworkItemStackDescriptor\", typeName: \"\", id: 53, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
54 [label="To Item Descriptor",comment="name: \"To Item Descriptor\", typeName: \"NetworkItemStackDescriptor\", id: 54, branchId: 0, recurseId: -1, attributes: 256, notes: \"\""];
55 [label="NetworkItemStackDescriptor",comment="name: \"NetworkItemStackDescriptor\", typeName: \"\", id: 55, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;49;51;53;55}
}