LeviLamina
Loading...
Searching...
No Matches
ScriptButtonPushAfterEvent.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 ScriptActor; }
12namespace ScriptModuleMinecraft { struct ScriptButtonPushAfterEventIntermediateData; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19struct ScriptButtonPushAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent {
20public:
21 // ScriptButtonPushAfterEvent inner types define
23
24public:
25 // member variables
26 // NOLINTBEGIN
27 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mSource;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ScriptButtonPushAfterEvent();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ScriptButtonPushAfterEvent(
38 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptButtonPushAfterEventIntermediateData> const& eventData,
40 );
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static ::Scripting::ClassBinding bind();
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCAPI void* $ctor(
53 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptButtonPushAfterEventIntermediateData> const& eventData,
55 );
56 // NOLINTEND
57};
58
59} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:65
Definition WeakLifetimeScope.h:7
Definition ScriptBlockEvent.h:17
Definition ScriptButtonPushAfterEventIntermediateData.h:18
Definition ClassBinding.h:19