13struct ScriptWeatherChangedAfterEvent {
21 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
22 ::ll::TypedStorage<1, 1, bool> mWasRaining;
23 ::ll::TypedStorage<1, 1, bool> mWasLightning;
24 ::ll::TypedStorage<1, 1, bool> mIsRaining;
25 ::ll::TypedStorage<1, 1, bool> mIsLightning;
30 ScriptWeatherChangedAfterEvent& operator=(ScriptWeatherChangedAfterEvent
const&);
31 ScriptWeatherChangedAfterEvent(ScriptWeatherChangedAfterEvent
const&);
32 ScriptWeatherChangedAfterEvent();
37 MCAPI ::ScriptModuleMinecraft::ScriptWeatherChangedAfterEvent&
44 MCAPI static ::Scripting::ClassBinding bind();
46 MCAPI static ::Scripting::ClassBinding bindV010();