@minecraft/server / TimeOfDay
Enumeration: TimeOfDay ​
Defined in: @minecraft/server/index.d.ts:2841
Provides numeric values for common periods in the Minecraft day.
Enumeration Members ​
Day ​
Day:
1000
Defined in: @minecraft/server/index.d.ts:2848
Remarks ​
Sets the time to the start of the day, which is time of the day 1,000 (or the equivalent of 7am) in Minecraft.
Midnight ​
Midnight:
18000
Defined in: @minecraft/server/index.d.ts:2876
Remarks ​
Sets the time to midnight, which is time of the day 18,000 (or the equivalent of 12:00am) in Minecraft.
Night ​
Night:
13000
Defined in: @minecraft/server/index.d.ts:2869
Remarks ​
Sets the time to night, which is time of the day 13,000 (or the equivalent of 7:00pm) in Minecraft.
Noon ​
Noon:
6000
Defined in: @minecraft/server/index.d.ts:2855
Remarks ​
Sets the time to noon, which is time of the day 6,000 in Minecraft.
Sunrise ​
Sunrise:
23000
Defined in: @minecraft/server/index.d.ts:2883
Remarks ​
Sets the time to sunrise, which is time of the day 23,000 (or the equivalent of 5am) in Minecraft.
Sunset ​
Sunset:
12000
Defined in: @minecraft/server/index.d.ts:2862
Remarks ​
Sets the time to sunset, which is time of the day 12,000 (or the equivalent of 6pm) in Minecraft.