LeviLamina
Loading...
Searching...
No Matches
ScriptWeatherChangedAfterEventIntermediateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace ScriptModuleMinecraft {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
12 ::ll::TypedStorage<1, 1, bool> mWasRaining;
13 ::ll::TypedStorage<1, 1, bool> mWasLightning;
14 ::ll::TypedStorage<1, 1, bool> mIsRaining;
15 ::ll::TypedStorage<1, 1, bool> mIsLightning;
16 // NOLINTEND
17};
18
19} // namespace ScriptModuleMinecraft
Definition ScriptWeatherChangedAfterEventIntermediateData.h:7