@minecraft/server / WeatherChangeAfterEvent
Class: WeatherChangeAfterEvent ​
Defined in: @minecraft/server/index.d.ts:21091
Contains information related to changes in weather in the environment.
Properties ​
dimension ​
readonlydimension:string
Defined in: @minecraft/server/index.d.ts:21098
Remarks ​
Dimension in which the weather has changed.
newWeather ​
readonlynewWeather:WeatherType
Defined in: @minecraft/server/index.d.ts:21104
Remarks ​
The weather type after the weather was changed.
previousWeather ​
readonlypreviousWeather:WeatherType
Defined in: @minecraft/server/index.d.ts:21110
Remarks ​
The weather type before the weather was changed.