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
10// auto generated forward declare list
11// clang-format off
12namespace ScriptModuleMinecraft { class ScriptBlockPermutation; }
13namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentOnPlaceAfterEventIntermediateStorage; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
21public:
22 // ScriptBlockCustomComponentOnPlaceAfterEvent inner types define
24
25public:
26 // member variables
27 // NOLINTBEGIN
28 ::ll::
29 TypedStorage<8, 32, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlockPermutation> const>
30 mPreviousBlock;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::Scripting::ClassBinding bind();
37 // NOLINTEND
38};
39
40} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentOnPlaceAfterEventIntermediateStorage.h:16
Definition ScriptBlockCustomComponentOnPlaceAfterEvent.h:20
Definition ScriptBlockEvent.h:17