16struct ScriptWeatherChangedBeforeEvent {
20 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType const> mPreviousWeatherType;
21 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType> mNewWeatherType;
22 ::ll::TypedStorage<4, 4, int> mDuration;
23 ::ll::TypedStorage<1, 1, bool> mCancel;
28 ScriptWeatherChangedBeforeEvent();
33 MCAPI ScriptWeatherChangedBeforeEvent(
34 ::ScriptModuleMinecraft::ScriptWeatherType previousWeatherType,
35 ::ScriptModuleMinecraft::ScriptWeatherType newWeatherType,
45 MCAPI static ::Scripting::ClassBinding bind();
52 ::ScriptModuleMinecraft::ScriptWeatherType previousWeatherType,
53 ::ScriptModuleMinecraft::ScriptWeatherType newWeatherType,