LeviLamina
Loading...
Searching...
No Matches
ScriptBlockInventoryComponentContainer.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
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
32
33public:
34 // virtual functions
35 // NOLINTBEGIN
36 // vIndex: 0
37 virtual ~ScriptBlockInventoryComponentContainer() /*override*/ = default;
38
39 // vIndex: 2
40 virtual ::Scripting::Result_deprecated<int> getEmptySlotsCount() const /*override*/;
41
42 // vIndex: 13
43 virtual ::Container* _tryGetContainer() const /*override*/;
44
45 // vIndex: 14
46 virtual ::ItemContext _getItemContext(int slot) const /*override*/;
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::Scripting::ClassBinding bindV010();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI ::Scripting::Result_deprecated<int> $getEmptySlotsCount() const;
59
60 MCNAPI ::Container* $_tryGetContainer() const;
61
62 MCNAPI ::ItemContext $_getItemContext(int slot) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
71
72} // namespace ScriptModuleMinecraft
Definition Container.h:30
Definition ItemContext.h:16
Definition ScriptBlockInventoryComponentContainer.h:18
static MCAPI ::Scripting::ClassBinding bindV010()
MCAPI ::Scripting::Result_deprecated< int > $getEmptySlotsCount() const
Definition ScriptContainer.h:24
Definition Alias.h:14