← Back to Index
SubChunkRequestPacket (175)
Sent from the client to the server representing a batch of subchunks that the client requests from the server
| Field Name |
Type |
Field Index |
Description |
| Dimension Type (Required) |
DimensionType |
0 |
|
DimensionType
| Field Name |
Type |
Field Index |
Description |
| value (Required) |
varint32 |
0 |
|
|
| SubChunk Position Offset List (Required) |
array<SubChunkPosOffset> |
1 |
|
SubChunkPosOffset (Array Item)
| Field Name |
Type |
Field Index |
Description |
| Subchunk Offset X (Required) |
int8 |
0 |
|
| Subchunk Offset Y (Required) |
int8 |
1 |
|
| Subchunk Offset Z (Required) |
int8 |
2 |
|
|
| Center Pos (Required) |
SubChunkPos |
2 |
|
SubChunkPos
| Field Name |
Type |
Field Index |
Description |
| Subchunk Position X (Required) |
int32 |
0 |
|
| Subchunk Position Y (Required) |
int32 |
1 |
|
| Subchunk Position Z (Required) |
int32 |
2 |
|
|