Get World Time
minecraft_get_timeRetrieve the current in-game time and weather conditions, including time of day, day number, moon phase, and rain status.
Instructions
Returns the current in-game time and weather.
Returns: { timeOfDay: number (0-24000 ticks), day: number, isDay: boolean, moonPhase: number (0-7), isRaining: boolean }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||