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 // member functions
22 // NOLINTBEGIN
23 MCAPI ::ScriptModuleMinecraft::ScriptItemCustomComponentClosureFlags toFlags() const;
24 // NOLINTEND
25};
26
27} // namespace ScriptModuleMinecraft
Definition ScriptCustomComponentScriptInterface.h:8
Definition ScriptItemCustomComponentInterface.h:15
Definition ScriptItemCustomComponentClosureFlags.h:7