LeviLamina
Loading...
Searching...
No Matches
ScriptWeatherChangedBeforeEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/ScriptWeatherType.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType const> mPreviousWeatherType;
20 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptWeatherType> mNewWeatherType;
21 ::ll::TypedStorage<4, 4, int> mDuration;
22 ::ll::TypedStorage<1, 1, bool> mCancel;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28 MCAPI static ::Scripting::ClassBinding bind();
29 // NOLINTEND
30};
31
32} // namespace ScriptModuleMinecraft
Definition ScriptWeatherChangedBeforeEvent.h:15
Definition ClassBinding.h:19