mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2024-11-23 13:56:11 +00:00
29 lines
1.6 KiB
Plaintext
29 lines
1.6 KiB
Plaintext
digraph "AdventureSettings" {
|
|
rankdir = LR
|
|
2
|
|
2 -> 3
|
|
3 -> 4
|
|
2 -> 5
|
|
5 -> 6
|
|
2 -> 7
|
|
7 -> 8
|
|
2 -> 9
|
|
9 -> 10
|
|
2 -> 11
|
|
11 -> 12
|
|
|
|
2 [label="AdventureSettings",comment="name: \"AdventureSettings\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="no PvM",comment="name: \"no PvM\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
4 [label="bool",comment="name: \"bool\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
5 [label="no MvP",comment="name: \"no MvP\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
6 [label="bool",comment="name: \"bool\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
7 [label="Immutable World",comment="name: \"Immutable World\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="bool",comment="name: \"bool\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
9 [label="Show Name Tags",comment="name: \"Show Name Tags\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
10 [label="bool",comment="name: \"bool\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
11 [label="Auto Jump",comment="name: \"Auto Jump\", typeName: \"\", id: 11, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
12 [label="bool",comment="name: \"bool\", typeName: \"\", id: 12, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
{ rank = max;4;6;8;10;12}
|
|
|
|
}
|