pub fn set_weather_force_state(force_state: bool)Expand description
Set the weather forcing state in the write-only worldstate stored on the server.
Players who receive a packet with forced weather will switch to that weather immediately.
force_state The weather forcing state.
Returns void