Name | <BiomeTag.downfall_at[<location>]> |
Returns | ElementTag |
Description | Returns this biome's downfall type at a location (for when a world has weather).
This can be RAIN, SNOW, or NONE. Generally LocationTag.downfall_type should be preferred, other than some special cases. |
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java#L307 |