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