LeviLamina
Loading...
Searching...
No Matches
ScriptItemCustomComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/items/components/ScriptItemComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Scripting { struct ClassBinding; }
11// clang-format on
12
13namespace ScriptModuleMinecraft {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~ScriptItemCustomComponent() /*override*/ = default;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCNAPI static ::Scripting::ClassBinding bind();
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
35
36} // namespace ScriptModuleMinecraft
Definition ScriptItemComponent.h:18
Definition ScriptItemCustomComponent.h:15
static MCAPI ::Scripting::ClassBinding bind()