| Dimension ID (Required) |
DimensionType |
0 |
Currently supported: (0 -> Overworld, 1 -> Nether, 2 -> The End, 3 -> Undefined) |
DimensionType
| Field Name |
Type |
Field Index |
Description |
| value (Required) |
varint32 |
0 |
|
|
| Position (Required) |
Vec3 |
1 |
|
Vec3
| Field Name |
Type |
Field Index |
Description |
| X (Required) |
float |
0 |
|
| Y (Required) |
float |
1 |
|
| Z (Required) |
float |
2 |
|
|
| Respawn (Required) |
boolean |
2 |
|
| Loading Screen Id (Required) |
uint32 |
3 |
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. |