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 // member variables
18 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~ScriptItemCustomComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static ::Scripting::ClassBinding bind();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
58
59} // namespace ScriptModuleMinecraft
Definition ScriptItemComponent.h:18
Definition ScriptItemCustomComponent.h:15
static MCAPI ::Scripting::ClassBinding bind()
MCAPI ScriptItemCustomComponent(::ScriptModuleMinecraft::ScriptItemCustomComponent const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptItemCustomComponent const &)
Definition Alias.h:14