LeviLamina
Loading...
Searching...
No Matches
TradeContainerManagerModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/managers/models/LevelContainerManagerModel.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
ContainerScreenContext
;
12
class
ItemStack
;
13
// clang-format on
14
15
class
TradeContainerManagerModel
:
public
::LevelContainerManagerModel
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> mCurrentIndex;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~TradeContainerManagerModel
()
/*override*/
=
default
;
27
28
// vIndex: 7
29
virtual ::std::vector<::ItemStack> getItemCopies()
const
/*override*/
;
30
31
// vIndex: 8
32
virtual
void
setSlot(
int
slot,
::ItemStack
const
& item,
bool
)
/*override*/
;
33
34
// vIndex: 9
35
virtual ::ItemStack
const
& getSlot(
int
slot)
const
/*override*/
;
36
37
// vIndex: 19
38
virtual
bool
isValid(
float
pickRange)
/*override*/
;
39
40
// vIndex: 13
41
virtual
void
broadcastChanges()
/*override*/
;
42
43
// vIndex: 20
44
virtual ::ContainerScreenContext _postInit()
/*override*/
;
45
// NOLINTEND
46
47
public
:
48
// member functions
49
// NOLINTBEGIN
50
MCNAPI ::Actor*
getEntity
()
const
;
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCNAPI ::std::vector<::ItemStack>
$getItemCopies
()
const
;
57
58
MCNAPI
void
$setSlot
(
int
slot,
::ItemStack
const
& item,
bool
);
59
60
MCNAPI ::ItemStack
const
&
$getSlot
(
int
slot)
const
;
61
62
MCNAPI
bool
$isValid
(
float
pickRange);
63
64
MCNAPI
void
$broadcastChanges
();
65
66
MCNAPI ::ContainerScreenContext
$_postInit
();
67
// NOLINTEND
68
69
public
:
70
// vftables
71
// NOLINTBEGIN
72
MCNAPI
static
void
**
$vftable
();
73
// NOLINTEND
74
};
Actor
Definition
Actor.h:103
ContainerScreenContext
Definition
ContainerScreenContext.h:17
ItemStack
Definition
ItemStack.h:25
LevelContainerManagerModel
Definition
LevelContainerManagerModel.h:19
TradeContainerManagerModel
Definition
TradeContainerManagerModel.h:15
TradeContainerManagerModel::$_postInit
MCAPI::ContainerScreenContext $_postInit()
TradeContainerManagerModel::$vftable
static MCAPI void ** $vftable()
TradeContainerManagerModel::$isValid
MCAPI bool $isValid(float pickRange)
TradeContainerManagerModel::$broadcastChanges
MCAPI void $broadcastChanges()
TradeContainerManagerModel::getEntity
MCAPI::Actor * getEntity() const
TradeContainerManagerModel::$setSlot
MCAPI void $setSlot(int slot, ::ItemStack const &item, bool)
TradeContainerManagerModel::$getSlot
MCAPI::ItemStack const & $getSlot(int slot) const
TradeContainerManagerModel::$getItemCopies
MCAPI ::std::vector<::ItemStack > $getItemCopies() const
src
mc
world
containers
managers
models
TradeContainerManagerModel.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0