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/scripting/modules/minecraft/events/ScriptBlockEvent.h"
7#include "mc/scripting/modules/minecraft/events/ScriptCustomComponentAfterEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { struct ScriptBlockCustomComponentOnPlaceAfterEventIntermediateStorage; }
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static ::Scripting::ClassBinding bind();
35 // NOLINTEND
36};
37
38} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentAfterEvent.h:7
Definition ScriptBlockCustomComponentOnPlaceAfterEvent.h:18
Definition ScriptBlockEvent.h:10
Definition Alias.h:14