LeviLamina
Loading...
Searching...
No Matches
ScriptInventoryComponentContainer.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;
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~ScriptInventoryComponentContainer() /*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 // static functions
49 // NOLINTBEGIN
50 MCNAPI static ::Scripting::ClassBinding bindV010();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI ::Scripting::Result_deprecated<int> $getEmptySlotsCount() const;
57
58 MCNAPI ::Container* $_tryGetContainer() const;
59
60 MCNAPI ::ItemContext $_getItemContext(int slot) const;
61 // NOLINTEND
62
63public:
64 // vftables
65 // NOLINTBEGIN
66 MCNAPI static void** $vftable();
67 // NOLINTEND
68};
69
70} // namespace ScriptModuleMinecraft
Definition Container.h:30
Definition ItemContext.h:16
Definition ScriptContainer.h:24
Definition ScriptInventoryComponentContainer.h:18
MCAPI ::Scripting::Result_deprecated< int > $getEmptySlotsCount() const
MCAPI::ItemContext $_getItemContext(int slot) const
static MCAPI ::Scripting::ClassBinding bindV010()
Definition Alias.h:14