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
20struct ScriptEventCommandMessageAfterEvent {
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
44 ScriptEventCommandMessageAfterEvent();
45
46public:
47 // member functions
48 // NOLINTBEGIN
49 MCAPI ScriptEventCommandMessageAfterEvent(::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEvent const&);
50
51 MCAPI ScriptEventCommandMessageAfterEvent(
52 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEventIntermediateData> const&
53 scriptCommandMessageEvent,
55 );
56
57 MCAPI ::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEvent&
59
60 MCAPI ::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEvent&
62
63 MCAPI ~ScriptEventCommandMessageAfterEvent();
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
77 MCAPI void* $ctor(
78 ::std::shared_ptr<::ScriptModuleMinecraft::ScriptEventCommandMessageAfterEventIntermediateData> const&
79 scriptCommandMessageEvent,
81 );
82 // NOLINTEND
83
84public:
85 // destructor thunk
86 // NOLINTBEGIN
87 MCAPI void $dtor();
88 // NOLINTEND
89};
90
91} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:69
Definition ScriptBlock.h:35
Definition WeakLifetimeScope.h:14
Definition ScriptEventCommandMessageAfterEventIntermediateData.h:17
Definition ScriptEventCommandMessageAfterEvent.h:20
Definition ClassBinding.h:19