1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2025-07-26 03:34:38 +00:00
Files
bedrock-protocol-docs/dot/Experiments.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

41 lines
2.7 KiB
Plaintext

digraph "Experiments" {
rankdir = LR
29
29 -> 30
30 -> 31
29 -> 32
32 -> 33
33 -> 34
34 -> 35
33 -> 36
36 -> 37
29 -> 38
38 -> 39
39 -> 40
40 -> 41
39 -> 42
42 -> 43
29 -> 44
44 -> 45
29 [label="Experiments",comment="name: \"Experiments\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
30 [label="Streamed Experiment Names Size (Active Toggle List + Always On Toggles)",comment="name: \"Streamed Experiment Names Size (Active Toggle List + Always On Toggles)\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
31 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
32 [label="Active Toggle List",comment="name: \"Active Toggle List\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
33 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 33, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
34 [label="Toggle Name",comment="name: \"Toggle Name\", typeName: \"\", id: 34, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
35 [label="string",comment="name: \"string\", typeName: \"\", id: 35, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
36 [label="Enabled",comment="name: \"Enabled\", typeName: \"\", id: 36, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
37 [label="bool",comment="name: \"bool\", typeName: \"\", id: 37, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
38 [label="Always On Toggles",comment="name: \"Always On Toggles\", typeName: \"\", id: 38, branchId: 0, recurseId: -1, attributes: 8, notes: \"\""];
39 [label="example element",style=dotted,comment="name: \"example element\", typeName: \"\", id: 39, branchId: 0, recurseId: -1, attributes: 16, notes: \"\""];
40 [label="Always On Name",comment="name: \"Always On Name\", typeName: \"\", id: 40, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
41 [label="string",comment="name: \"string\", typeName: \"\", id: 41, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
42 [label="Enabled",comment="name: \"Enabled\", typeName: \"\", id: 42, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
43 [label="bool",comment="name: \"bool\", typeName: \"\", id: 43, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
44 [label="Were Any Experiments Ever Toggled",comment="name: \"Were Any Experiments Ever Toggled\", typeName: \"\", id: 44, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
45 [label="bool",comment="name: \"bool\", typeName: \"\", id: 45, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;31;35;37;41;43;45}
}