LeviLamina
Loading...
Searching...
No Matches
ScriptWeatherChangedAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ScriptModuleMinecraft { struct ScriptWeatherChangedAfterEventIntermediateData; }
8namespace Scripting { struct ClassBinding; }
9// clang-format on
10
11namespace ScriptModuleMinecraft {
12
13struct ScriptWeatherChangedAfterEvent {
14public:
15 // ScriptWeatherChangedAfterEvent inner types define
17
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
22 ::ll::TypedStorage<1, 1, bool> mWasRaining;
23 ::ll::TypedStorage<1, 1, bool> mWasLightning;
24 ::ll::TypedStorage<1, 1, bool> mIsRaining;
25 ::ll::TypedStorage<1, 1, bool> mIsLightning;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 ScriptWeatherChangedAfterEvent& operator=(ScriptWeatherChangedAfterEvent const&);
31 ScriptWeatherChangedAfterEvent(ScriptWeatherChangedAfterEvent const&);
32 ScriptWeatherChangedAfterEvent();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ::ScriptModuleMinecraft::ScriptWeatherChangedAfterEvent&
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static ::Scripting::ClassBinding bind();
45
46 MCAPI static ::Scripting::ClassBinding bindV010();
47 // NOLINTEND
48};
49
50} // namespace ScriptModuleMinecraft
Definition ScriptWeatherChangedAfterEventIntermediateData.h:7
Definition ScriptWeatherChangedAfterEvent.h:13
Definition ClassBinding.h:19