Just started my journey in the world of Minecraft and I am currently trying to navigate through using javascript within the game. Specifically, I have some questions pertaining to javascript objects as I delve into the Windows 10 version of Minecraft. I am able to utilize the code connect feature to write javascript, but I am interested in learning more about the script functions available. For instance: If I want to initiate the game during daytime, what specific function should I use? An example would be gameplay.timeSet(DayTime.Day)
Where can I access detailed information on coding for Minecraft like this?
Appreciate your guidance! Chun