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