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 // prevent constructor by default
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentScriptInterface.h:8
Definition ScriptItemCustomComponentInterface.h:15