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
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
23 // NOLINTEND
24
25public:
26 // constructor thunks
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36};
37
38} // namespace ScriptModuleMinecraft
Definition ScriptBlockCustomComponentInterface.h:10
MCAPI ScriptBlockCustomComponentInterface(::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface &&)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptBlockCustomComponentInterface &&)
Definition ScriptCustomComponentScriptInterface.h:8