LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentEntityFallOnAfterEvent.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 ScriptBlockCustomComponentEntityFallOnAfterEventIntermediateStorage; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
22struct ScriptBlockCustomComponentEntityFallOnAfterEvent
25public:
26 // ScriptBlockCustomComponentEntityFallOnAfterEvent inner types define
27 using IntermediateStorage =
29
30public:
31 // member variables
32 // NOLINTBEGIN
33 ::ll::
34 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
35 mEntity;
36 ::ll::TypedStorage<4, 4, float const> mFallDistance;
37 // NOLINTEND
38
39public:
40 // prevent constructor by default
41 ScriptBlockCustomComponentEntityFallOnAfterEvent();
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ScriptBlockCustomComponentEntityFallOnAfterEvent(
49 );
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::Scripting::ClassBinding bind();
56
59 void>>
60 tryGetComponentsToExecute(
62 );
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
68 MCAPI void* $ctor(
71 );
72 // NOLINTEND
73};
74
75} // namespace ScriptModuleMinecraft
Definition ScriptActor.h:69
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:14
Definition ScriptBlockCustomComponentEntityFallOnAfterEventIntermediateStorage.h:12
Definition ScriptBlockEvent.h:20
Definition ClassBinding.h:19