14struct ScriptWeatherChangedAfterEvent {
22 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
23 ::ll::TypedStorage<1, 1, bool> mWasRaining;
24 ::ll::TypedStorage<1, 1, bool> mWasLightning;
25 ::ll::TypedStorage<1, 1, bool> mIsRaining;
26 ::ll::TypedStorage<1, 1, bool> mIsLightning;
31 ScriptWeatherChangedAfterEvent();
36 MCAPI ScriptWeatherChangedAfterEvent(
37 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptWeatherChangedAfterEventIntermediateData>
const& eventData,
45 MCAPI static ::Scripting::ClassBinding bind();
47 MCAPI static ::Scripting::ClassBinding bindV010();
54 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptWeatherChangedAfterEventIntermediateData>
const& eventData,