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#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentToExecute.h"
10
11// auto generated forward declare list
12// clang-format off
13namespace ScriptModuleMinecraft { class ScriptActor; }
14namespace ScriptModuleMinecraft { class ScriptBlockCustomComponentInterface; }
15namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentStepOnAfterEventIntermediateStorage; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
22struct ScriptBlockCustomComponentStepOnAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent,
24public:
25 // ScriptBlockCustomComponentStepOnAfterEvent inner types define
27
28public:
29 // member variables
30 // NOLINTBEGIN
31 ::ll::
32 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
33 mEntity;
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
38 ScriptBlockCustomComponentStepOnAfterEvent();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ScriptBlockCustomComponentStepOnAfterEvent(
46 );
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static ::Scripting::ClassBinding bind();
53
56 void>>
57 tryGetComponentsToExecute(
59 );
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
65 MCFOLD void* $ctor(
68 );
69 // NOLINTEND
70};
71
72} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:69
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:14
Definition ScriptBlockCustomComponentStepOnAfterEventIntermediateStorage.h:12
Definition ScriptBlockEvent.h:20
Definition ClassBinding.h:19