LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponentInterface.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
8// auto generated forward declare list
9// clang-format off
10namespace ScriptModuleMinecraft { struct ScriptItemCustomComponentClosureFlags; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // ScriptItemCustomComponentInterface inner types define
19
20public:
21 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 // NOLINTEND
33
34public:
35 // constructor thunks
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCAPI void $dtor();
44 // NOLINTEND
45};
46
47} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentScriptInterface.h:8
Definition ScriptItemCustomComponentInterface.h:15
Definition ScriptItemCustomComponentClosureFlags.h:7