| Name | <LocationTag.downfall_type> |
| Returns | ElementTag |
| Description | Returns a location's downfall type (for when a world has weather), based on the biome it's in.
This can be RAIN, SNOW, or NONE. See also BiomeTag.downfall_at. |
| Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4268 |