LeviLamina
Loading...
Searching...
No Matches
DispenserContainerManagerModel.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
Player
;
14
// clang-format on
15
16
class
DispenserContainerManagerModel
:
public
::LevelContainerManagerModel
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~DispenserContainerManagerModel
()
/*override*/
=
default
;
22
23
// vIndex: 20
24
virtual ::ContainerScreenContext _postInit()
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI
DispenserContainerManagerModel
(::ContainerID containerId,
::Player
& player,
::BlockPos
const
& blockPos);
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor(::ContainerID containerId,
::Player
& player,
::BlockPos
const
& blockPos);
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
43
// NOLINTEND
44
45
public
:
46
// virtual function thunks
47
// NOLINTBEGIN
48
MCAPI ::ContainerScreenContext $_postInit();
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
** $vftable();
55
// NOLINTEND
56
};
BlockPos
Definition
BlockPos.h:18
ContainerScreenContext
Definition
ContainerScreenContext.h:11
DispenserContainerManagerModel
Definition
DispenserContainerManagerModel.h:16
LevelContainerManagerModel
Definition
LevelContainerManagerModel.h:16
Player
Definition
Player.h:119
src
mc
world
containers
managers
models
DispenserContainerManagerModel.h
Generated on Sat Apr 26 2025 05:56:08 for LeviLamina by
1.12.0