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
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~ScriptInventoryComponentContainer() /*override*/;
34
35 // vIndex: 2
36 virtual ::Scripting::Result_deprecated<int> getEmptySlotsCount() const /*override*/;
37
38 // vIndex: 13
39 virtual ::Container* _tryGetContainer() const /*override*/;
40
41 // vIndex: 14
42 virtual ::ItemContext _getItemContext(int slot) const /*override*/;
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
49
50 MCNAPI ::ScriptModuleMinecraft::ScriptInventoryComponentContainer&
52 // NOLINTEND
53
54public:
55 // static functions
56 // NOLINTBEGIN
57 MCNAPI static ::Scripting::ClassBinding bindV010();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCNAPI void $dtor();
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75 MCNAPI ::Scripting::Result_deprecated<int> $getEmptySlotsCount() const;
76
77 MCNAPI ::Container* $_tryGetContainer() const;
78
79 MCNAPI ::ItemContext $_getItemContext(int slot) const;
80 // NOLINTEND
81
82public:
83 // vftables
84 // NOLINTBEGIN
85 MCNAPI static void** $vftable();
86 // NOLINTEND
87};
88
89} // 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
MCAPI::ScriptModuleMinecraft::ScriptInventoryComponentContainer & operator=(::ScriptModuleMinecraft::ScriptInventoryComponentContainer const &)
MCAPI ScriptInventoryComponentContainer(::ScriptModuleMinecraft::ScriptInventoryComponentContainer const &)
MCAPI void * $ctor(::ScriptModuleMinecraft::ScriptInventoryComponentContainer const &)
static MCAPI ::Scripting::ClassBinding bindV010()
Definition Alias.h:14