LeviLamina
Loading...
Searching...
No Matches
ScriptBlockCustomComponentInterface.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/events/metadata/ScriptCustomComponentScriptInterface.h"
7
8namespace ScriptModuleMinecraft {
9
11public:
12 // prevent constructor by default
15
16public:
17 // member functions
18 // NOLINTBEGIN
20
22 // NOLINTEND
23
24public:
25 // constructor thunks
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35};
36
37} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentInterface.h:10
Definition ScriptCustomComponentScriptInterface.h:8