LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerInventoryComponentContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/scripting/modules/minecraft/ScriptInventoryComponentContainer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Container
;
11
class
ItemContext
;
12
namespace
Scripting {
struct
ClassBinding; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
ScriptPlayerInventoryComponentContainer
:
public
::ScriptModuleMinecraft::ScriptInventoryComponentContainer
{
18
public
:
19
// prevent constructor by default
20
ScriptPlayerInventoryComponentContainer
(
ScriptPlayerInventoryComponentContainer
const
&);
21
ScriptPlayerInventoryComponentContainer
();
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 0
27
virtual
~ScriptPlayerInventoryComponentContainer
()
/*override*/
;
28
29
// vIndex: 13
30
virtual ::Container* _tryGetContainer()
const
/*override*/
;
31
32
// vIndex: 14
33
virtual ::ItemContext _getItemContext(
int
slot)
const
/*override*/
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCNAPI ::ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer&
40
operator=
(
::ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer
const
&);
41
// NOLINTEND
42
43
public
:
44
// static functions
45
// NOLINTBEGIN
46
MCNAPI static ::Scripting::ClassBinding
bindV010
();
47
// NOLINTEND
48
49
public
:
50
// destructor thunk
51
// NOLINTBEGIN
52
MCNAPI
void
$dtor
();
53
// NOLINTEND
54
55
public
:
56
// virtual function thunks
57
// NOLINTBEGIN
58
MCNAPI ::Container*
$_tryGetContainer
()
const
;
59
60
MCNAPI ::ItemContext
$_getItemContext
(
int
slot)
const
;
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCNAPI
static
void
**
$vftable
();
67
// NOLINTEND
68
};
69
70
}
// namespace ScriptModuleMinecraft
Container
Definition
Container.h:30
ItemContext
Definition
ItemContext.h:16
ScriptModuleMinecraft::ScriptInventoryComponentContainer
Definition
ScriptInventoryComponentContainer.h:18
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer
Definition
ScriptPlayerInventoryComponentContainer.h:17
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::$_tryGetContainer
MCAPI::Container * $_tryGetContainer() const
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::$dtor
MCAPI void $dtor()
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::operator=
MCAPI::ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer & operator=(::ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer const &)
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::$vftable
static MCAPI void ** $vftable()
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::bindV010
static MCAPI ::Scripting::ClassBinding bindV010()
ScriptModuleMinecraft::ScriptPlayerInventoryComponentContainer::$_getItemContext
MCAPI::ItemContext $_getItemContext(int slot) const
src
mc
scripting
modules
minecraft
ScriptPlayerInventoryComponentContainer.h
Generated on Wed Aug 27 2025 11:40:09 for LeviLamina by
1.12.0