1
0
mirror of https://github.com/Mojang/bedrock-protocol-docs.git synced 2024-11-23 13:56:11 +00:00
bedrock-protocol-docs/dot/SpawnSettings.dot
2024-04-25 11:47:36 -07:00

21 lines
1.1 KiB
Plaintext

digraph "SpawnSettings" {
rankdir = LR
27
27 -> 28
28 -> 29
27 -> 30
30 -> 31
27 -> 32
32 -> 33
27 [label="SpawnSettings",comment="name: \"SpawnSettings\", typeName: \"\", id: 27, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
28 [label="Type",comment="name: \"Type\", typeName: \"\", id: 28, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
29 [label="short",comment="name: \"short\", typeName: \"\", id: 29, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
30 [label="User Defined Biome Name",comment="name: \"User Defined Biome Name\", typeName: \"\", id: 30, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
31 [label="string",comment="name: \"string\", typeName: \"\", id: 31, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
32 [label="Dimension",comment="name: \"Dimension\", typeName: \"\", id: 32, branchId: 0, recurseId: -1, attributes: 0, notes: \"Currently 0 for Overworld, 1 for Nether, 2 for The End, 3 Undefined\""];
33 [label="varint",comment="name: \"varint\", typeName: \"\", id: 33, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
{ rank = max;29;31;33}
}