18    using WeatherType = ::ScriptModuleMinecraft::ScriptWeatherType;
 
   23    ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType const> mPreviousWeatherType;
 
   24    ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType>       mNewWeatherType;
 
   25    ::ll::TypedStorage<4, 4, int>                                              mDuration;
 
   26    ::ll::TypedStorage<1, 1, bool>                                             mCancel;
 
   32    MCAPI static ::Scripting::ClassBinding bind();