Time
| Packet ID | Direction |
|---|---|
0x04 | Clientbound |
Minecraft’s time is measured in ticks, where there should be 20 ticks per second, with 24,000 ticks per day in total. 0 is sunrise, 6000 is noon, 12000 is sunset, and 18000 is midnight. src
Clientbound
| Field | Type | Description |
|---|---|---|
| Time | Long | The total accumulated time of the world |
Example Packet
| Field | Value |
|---|---|
| Time | 102000 (The morning of Day 4) |