LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentActorAfterEvent.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#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptActor; }
13namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
14namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentActorAfterEventIntermediateStorage; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
20struct ScriptBlockCustomComponentActorAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent,
22public:
23 // ScriptBlockCustomComponentActorAfterEvent inner types define
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>> mEntity;
30 ::ll::TypedStorage<8, 32, ::std::string const> mName;
31 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
32 mPermutation;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 ScriptBlockCustomComponentActorAfterEvent& operator=(ScriptBlockCustomComponentActorAfterEvent const&);
38 ScriptBlockCustomComponentActorAfterEvent();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ScriptBlockCustomComponentActorAfterEvent(
45 );
46
47 MCAPI ~ScriptBlockCustomComponentActorAfterEvent();
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Scripting::ClassBinding bind();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:68
Definition ScriptBlockPermutation.h:24
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentActorAfterEventIntermediateStorage.h:12
Definition ScriptBlockCustomComponentActorAfterEvent.h:21
Definition ScriptBlockEvent.h:17
Definition ClassBinding.h:19