LeviLamina
Loading...
Searching...
No Matches
ScriptItemInventoryComponentContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7#include "mc/scripting/modules/minecraft/ScriptContainer.h"
8
9// auto generated forward declare list
10// clang-format off
11class Container;
12class ItemContext;
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~ScriptItemInventoryComponentContainer() /*override*/ = default;
36
37 // vIndex: 2
38 virtual ::Scripting::Result_deprecated<int> getEmptySlotsCount() const /*override*/;
39
40 // vIndex: 13
41 virtual ::Container* _tryGetContainer() const /*override*/;
42
43 // vIndex: 14
44 virtual ::ItemContext _getItemContext(int slot) const /*override*/;
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCNAPI ::Scripting::Result_deprecated<int> $getEmptySlotsCount() const;
51
52 MCNAPI ::Container* $_tryGetContainer() const;
53
54 MCNAPI ::ItemContext $_getItemContext(int slot) const;
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
63
64} // namespace ScriptModuleMinecraft
Definition Container.h:30
Definition ItemContext.h:16
Definition ScriptContainer.h:24
Definition ScriptItemInventoryComponentContainer.h:17
MCAPI ::Scripting::Result_deprecated< int > $getEmptySlotsCount() const
Definition Alias.h:14