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/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/scripting/modules/minecraft/items/components/ScriptItemComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptItemStack; }
12namespace ScriptModuleMinecraft { struct ScriptCustomComponentParameters; }
13namespace Scripting { class WeakLifetimeScope; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19class ScriptItemCustomComponent : public ::ScriptModuleMinecraft::ScriptItemComponent {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<
24 8,
25 32,
27 mParams;
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
32 ScriptItemCustomComponent();
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI ScriptItemCustomComponent(
39 ::std::string const& name,
41 parameters,
43 );
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::Scripting::ClassBinding bind();
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
55 MCAPI void* $ctor(
57 ::std::string const& name,
59 parameters,
61 );
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace ScriptModuleMinecraft
Definition ScriptItemComponent.h:20
Definition ScriptItemStack.h:32
Definition StrongTypedObjectHandle.h:8
Definition WeakLifetimeScope.h:14
Definition ScriptCustomComponentParameters.h:15
Definition ClassBinding.h:19