| Name | <WorldTag.has_storm> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether there is currently a storm in this world.
ie, whether it is raining. To check for thunder, use WorldTag.thundering. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/WorldTag.java#L732 |