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
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptActor; }
13namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentEntityFallOnAfterEventIntermediateStorage; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
23public:
24 // ScriptBlockCustomComponentEntityFallOnAfterEvent 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 ::ll::TypedStorage<4, 4, float const> mFallDistance;
35 // NOLINTEND
36
37public:
38 // prevent constructor by default
40
41public:
42 // member functions
43 // NOLINTBEGIN
47 );
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCAPI static ::Scripting::ClassBinding bind();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(
62 );
63 // NOLINTEND
64};
65
66} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition WeakLifetimeScope.h:7
Definition ScriptBlockCustomComponentEntityFallOnAfterEventIntermediateStorage.h:12
Definition ScriptBlockCustomComponentEntityFallOnAfterEvent.h:22
Definition ScriptBlockEvent.h:17