mirror of
https://github.com/Mojang/bedrock-protocol-docs.git
synced 2025-09-18 05:29:21 +00:00
37 lines
2.9 KiB
Plaintext
37 lines
2.9 KiB
Plaintext
digraph "ChangeDimensionPacket" {
|
|
rankdir = LR
|
|
0
|
|
0 -> 1
|
|
1 -> 2
|
|
2 -> 3
|
|
0 -> 4
|
|
4 -> 5
|
|
5 -> 6
|
|
4 -> 7
|
|
7 -> 8
|
|
4 -> 9
|
|
9 -> 10
|
|
0 -> 11
|
|
11 -> 12
|
|
0 -> 13
|
|
13 -> 14
|
|
|
|
0 [label="ChangeDimensionPacket",comment="name: \"ChangeDimensionPacket\", typeName: \"\", id: 0, branchId: 0, recurseId: -1, attributes: 0, notes: \"The server sends this packet from the level to kick off dimension changing process.\""];
|
|
1 [label="Dimension ID",comment="name: \"Dimension ID\", typeName: \"\", id: 1, branchId: 0, recurseId: -1, attributes: 0, notes: \"Currently supported: (0 -> Overworld, 1 -> Nether, 2 -> The End, 3 -> Undefined)\""];
|
|
2 [label="value",comment="name: \"value\", typeName: \"\", id: 2, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
3 [label="varint",comment="name: \"varint\", typeName: \"\", id: 3, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
4 [label="Position",comment="name: \"Position\", typeName: \"\", id: 4, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
5 [label="X",comment="name: \"X\", typeName: \"\", id: 5, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
6 [label="float",comment="name: \"float\", typeName: \"\", id: 6, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
7 [label="Y",comment="name: \"Y\", typeName: \"\", id: 7, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
8 [label="float",comment="name: \"float\", typeName: \"\", id: 8, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
9 [label="Z",comment="name: \"Z\", typeName: \"\", id: 9, branchId: 0, recurseId: -1, attributes: 0, notes: \"\""];
|
|
10 [label="float",comment="name: \"float\", typeName: \"\", id: 10, branchId: 0, recurseId: -1, attributes: 512, notes: \"\""];
|
|
11 [label="Respawn",comment="name: \"Respawn\", 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: \"\""];
|
|
13 [label="Loading Screen Id",comment="name: \"Loading Screen Id\", typeName: \"\", id: 13, branchId: 0, recurseId: -1, attributes: 0, notes: \"Leave empty if there is no loading screen expected on the client. This id needs to be unique and not conflict with any other active loading screens. This is implemented with an unsigned integer incrementing forever, and that is expected to not have collisions when it wraps around back to 0 if that could be a possibility.\""];
|
|
14 [label="unsigned int",comment="name: \"unsigned int\", typeName: \"\", id: 14, branchId: 0, recurseId: -1, attributes: 512, notes: \"Leave empty if there is no loading screen expected on the client. This id needs to be unique and not conflict with any other active loading screens. This is implemented with an unsigned integer incrementing forever, and that is expected to not have collisions when it wraps around back to 0 if that could be a possibility.\""];
|
|
{ rank = max;3;6;8;10;12;14}
|
|
|
|
}
|