LeviLamina
Loading...
Searching...
No Matches
IScriptItemComponentFactory.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/deps/scripting/lifetime_registry/WeakTypedObjectHandle.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ScriptModuleMinecraft { class ScriptComponentTypeEnumBuilder; }
12namespace ScriptModuleMinecraft { class ScriptItemComponent; }
13namespace ScriptModuleMinecraft { class ScriptItemStack; }
14namespace Scripting { class WeakLifetimeScope; }
15namespace Scripting { struct ClassBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraft {
19
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 0
25 virtual ~IScriptItemComponentFactory() = default;
26
27 // vIndex: 1
28 virtual ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptItemComponent>
30 const = 0;
31
32 // vIndex: 2
33 virtual ::Scripting::ClassBinding bind(::ScriptModuleMinecraft::ScriptComponentTypeEnumBuilder&) const = 0;
34
35 // vIndex: 3
36 virtual bool canAddOn(::ScriptModuleMinecraft::ScriptItemStack&) const = 0;
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50};
51
52} // namespace ScriptModuleMinecraft
Definition IScriptItemComponentFactory.h:20
Definition ScriptComponentTypeEnumBuilder.h:16
Definition ScriptItemStack.h:28
Definition WeakLifetimeScope.h:12
Definition WeakTypedObjectHandle.h:8