LeviLamina
Loading...
Searching...
No Matches
ScriptSetItemCountFunction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/loot_tables/functions/ScriptLootItemFunction.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace Scripting { struct ClassBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 1
34 virtual ::LootItemFunction const& _getFunction() const /*override*/;
35
36 // vIndex: 0
37 virtual ~ScriptSetItemCountFunction() /*override*/ = default;
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCNAPI static ::Scripting::ClassBinding bind();
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCNAPI ::LootItemFunction const& $_getFunction() const;
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
58
59} // namespace ScriptModuleMinecraft
Definition LootItemFunction.h:17
Definition ScriptLootItemFunction.h:17
Definition ScriptSetItemCountFunction.h:16
static MCAPI ::Scripting::ClassBinding bind()
MCAPI::LootItemFunction const & $_getFunction() const
Definition Alias.h:14