Skip to content

@minecraft/server


@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 ​

readonly dimension: string

Defined in: @minecraft/server/index.d.ts:21098

Remarks ​

Dimension in which the weather has changed.


newWeather ​

readonly newWeather: WeatherType

Defined in: @minecraft/server/index.d.ts:21104

Remarks ​

The weather type after the weather was changed.


previousWeather ​

readonly previousWeather: WeatherType

Defined in: @minecraft/server/index.d.ts:21110

Remarks ​

The weather type before the weather was changed.