LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentBlockBreakAfterEvent.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 ScriptBlock; }
14namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
15namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
25public:
26 // ScriptBlockCustomComponentBlockBreakAfterEvent inner types define
29
30public:
31 // member variables
32 // NOLINTBEGIN
33 ::ll::
34 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor>>>
35 mEntity;
36 ::ll::
37 TypedStorage<8, 40, ::std::optional<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock>>>
38 mDestructionCauseBlock;
39 ::ll::TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation>>
40 mPermutation;
41 // NOLINTEND
42
43public:
44 // prevent constructor by default
47
48public:
49 // member functions
50 // NOLINTBEGIN
53 );
54
57 );
58
62 );
63
65 // NOLINTEND
66
67public:
68 // static functions
69 // NOLINTBEGIN
70 MCAPI static ::Scripting::ClassBinding bind();
71 // NOLINTEND
72
73public:
74 // constructor thunks
75 // NOLINTBEGIN
77
79
80 MCAPI void* $ctor(
83 );
84 // NOLINTEND
85
86public:
87 // destructor thunk
88 // NOLINTBEGIN
89 MCAPI void $dtor();
90 // NOLINTEND
91};
92
93} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition WeakLifetimeScope.h:7
Definition ScriptBlockCustomComponentBlockBreakAfterEventIntermediateStorage.h:13
Definition ScriptBlockCustomComponentBlockBreakAfterEvent.h:24
Definition ScriptBlockEvent.h:17