LeviLamina
Loading...
Searching...
No Matches
ScriptEventCommandMessageAfterEvent.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/ScriptEventSource.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptActor; }
12namespace ScriptModuleMinecraft { class ScriptBlock; }
13namespace ScriptModuleMinecraft { struct ScriptEventCommandMessageAfterEventIntermediateData; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // ScriptEventCommandMessageAfterEvent inner types define
24
25public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::TypedStorage<8, 32, ::std::string> mId;
29 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
30 ::ll::TypedStorage<4, 4, ::ScriptModuleMinecraft::ScriptEventSource> mSourceType;
31 ::ll::
32 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
33 mSourceEntity;
34 ::ll::
35 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
36 mInitiatorEntity;
37 ::ll::
38 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>>>
39 mSourceBlock;
40 // NOLINTEND
41
42public:
43 // prevent constructor by default
46
47public:
48 // member functions
49 // NOLINTBEGIN
51
53
55 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEventIntermediateData> const&
56 scriptCommandMessageEvent,
58 );
59
60 MCAPI ::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEvent&
62
64 // NOLINTEND
65
66public:
67 // static functions
68 // NOLINTBEGIN
69 MCAPI static ::Scripting::ClassBinding bind();
70 // NOLINTEND
71
72public:
73 // constructor thunks
74 // NOLINTBEGIN
76
78
79 MCAPI void* $ctor(
80 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEventIntermediateData> const&
81 scriptCommandMessageEvent,
83 );
84 // NOLINTEND
85
86public:
87 // destructor thunk
88 // NOLINTBEGIN
89 MCAPI void $dtor();
90 // NOLINTEND
91};
92
93} // namespace ScriptModuleMinecraft
Definition WeakLifetimeScope.h:7
Definition ScriptEventCommandMessageAfterEventIntermediateData.h:16
Definition ScriptEventCommandMessageAfterEvent.h:20