LeviLamina
Loading...
Searching...
No Matches
ScriptLeverActionAfterEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/events/ScriptBlockEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptPlayer; }
12namespace ScriptModuleMinecraft { struct ScriptLeverActionAfterEventIntermediateData; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19struct ScriptLeverActionAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent {
20public:
21 // ScriptLeverActionAfterEvent inner types define
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<1, 1, bool> mIsPowered;
28 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> mPlayer;
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ScriptLeverActionAfterEvent();
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI ScriptLeverActionAfterEvent(
39 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptLeverActionAfterEventIntermediateData> const& eventData,
41 );
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::Scripting::ClassBinding bind();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(
54 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptLeverActionAfterEventIntermediateData> const& eventData,
56 );
57 // NOLINTEND
58};
59
60} // namespace ScriptModuleMinecraft
Definition ScriptPlayer.h:54
Definition WeakLifetimeScope.h:7
Definition ScriptBlockEvent.h:17
Definition ScriptLeverActionAfterEventIntermediateData.h:18
Definition ClassBinding.h:19