LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentStepOnAfterEvent.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 { struct ScriptBlockCustomComponentStepOnAfterEventIntermediateStorage; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
22public:
23 // ScriptBlockCustomComponentStepOnAfterEvent inner types define
25
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::
30 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
31 mEntity;
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
37
38public:
39 // member functions
40 // NOLINTBEGIN
44 );
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static ::Scripting::ClassBinding bind();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCFOLD void* $ctor(
59 );
60 // NOLINTEND
61};
62
63} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition WeakLifetimeScope.h:7
Definition ScriptBlockCustomComponentStepOnAfterEventIntermediateStorage.h:12
Definition ScriptBlockCustomComponentStepOnAfterEvent.h:21
Definition ScriptBlockEvent.h:17