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 { class WeakLifetimeScope; }
9namespace Scripting { struct ClassBinding; }
10// clang-format on
11
12namespace ScriptModuleMinecraft {
13
14struct ScriptWeatherChangedAfterEvent {
15public:
16 // ScriptWeatherChangedAfterEvent inner types define
18
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 32, ::std::string> mDimension;
23 ::ll::TypedStorage<1, 1, bool> mWasRaining;
24 ::ll::TypedStorage<1, 1, bool> mWasLightning;
25 ::ll::TypedStorage<1, 1, bool> mIsRaining;
26 ::ll::TypedStorage<1, 1, bool> mIsLightning;
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 ScriptWeatherChangedAfterEvent();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI ScriptWeatherChangedAfterEvent(
37 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptWeatherChangedAfterEventIntermediateData> const& eventData,
39 );
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static ::Scripting::ClassBinding bind();
46
47 MCAPI static ::Scripting::ClassBinding bindV010();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(
54 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptWeatherChangedAfterEventIntermediateData> const& eventData,
56 );
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleMinecraft
Definition WeakLifetimeScope.h:14
Definition ScriptWeatherChangedAfterEventIntermediateData.h:7
Definition ClassBinding.h:19