LeviLamina
Loading...
Searching...
No Matches
ScriptSpecificEnchantFunction.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/loot_tables/functions/ScriptLootItemFunction.h"
8
9// auto generated forward declare list
10// clang-format off
13namespace ScriptModuleMinecraft { class ScriptEnchantInfo; }
14namespace Scripting { struct ClassBinding; }
15// clang-format on
16
17namespace ScriptModuleMinecraft {
18
19class ScriptSpecificEnchantFunction : public ::ScriptModuleMinecraft::ScriptLootItemFunction {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 8, ::SpecificEnchantFunction const&> mFunction;
24 ::ll::TypedStorage<
25 8,
26 32,
27 ::std::optional<
28 ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEnchantInfo>>>>
29 mEnchants;
30 // NOLINTEND
31
32public:
33 // prevent constructor by default
34 ScriptSpecificEnchantFunction& operator=(ScriptSpecificEnchantFunction const&);
35 ScriptSpecificEnchantFunction();
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 virtual ::LootItemFunction const& _getFunction() const /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCAPI ScriptSpecificEnchantFunction(::ScriptModuleMinecraft::ScriptSpecificEnchantFunction const&);
47
48 MCAPI ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptEnchantInfo>>
49 getEnchantInfo();
50 // NOLINTEND
51
52public:
53 // static functions
54 // NOLINTBEGIN
55 MCAPI static ::Scripting::ClassBinding bind();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCFOLD ::LootItemFunction const& $_getFunction() const;
68
69
70 // NOLINTEND
71
72public:
73 // vftables
74 // NOLINTBEGIN
75 MCNAPI static void** $vftable();
76 // NOLINTEND
77};
78
79} // namespace ScriptModuleMinecraft
Definition LootItemFunction.h:17
Definition ScriptEnchantInfo.h:15
Definition ScriptLootItemFunction.h:18
Definition ScriptSpecificEnchantFunction.h:19
Definition SpecificEnchantFunction.h:20
Definition ClassBinding.h:19