LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentOnPlaceAfterEvent.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 ScriptBlockCustomComponentInterface; }
14namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
15namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentOnPlaceAfterEventIntermediateStorage; }
16namespace Scripting { class WeakLifetimeScope; }
17namespace Scripting { struct ClassBinding; }
18// clang-format on
19
20namespace ScriptModuleMinecraft {
21
22struct ScriptBlockCustomComponentOnPlaceAfterEvent : public ::ScriptModuleMinecraft::ScriptBlockEvent,
24public:
25 // ScriptBlockCustomComponentOnPlaceAfterEvent inner types define
27
28public:
29 // member variables
30 // NOLINTBEGIN
31 ::ll::
32 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation> const>
33 mPreviousBlock;
34 // NOLINTEND
35
36public:
37 // prevent constructor by default
38 ScriptBlockCustomComponentOnPlaceAfterEvent();
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ScriptBlockCustomComponentOnPlaceAfterEvent(
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 MCAPI void* $ctor(
68 );
69 // NOLINTEND
70};
71
72} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptBlockPermutation.h:24
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptCustomComponentToExecute.h:8
Definition WeakLifetimeScope.h:14
Definition ScriptBlockCustomComponentOnPlaceAfterEventIntermediateStorage.h:16
Definition ScriptBlockEvent.h:20
Definition ClassBinding.h:19