LeviLamina
Loading...
Searching...
No Matches
CraftingInputUIContainerModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/models/PlayerUIContainerModelBase.h"
7
8
class
CraftingInputUIContainerModel
:
public
::PlayerUIContainerModelBase {
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<1, 1, bool const> mWorkBench;
13
// NOLINTEND
14
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~CraftingInputUIContainerModel
()
/*override*/
=
default
;
19
20
virtual
int
_getContainerOffset()
const
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// virtual function thunks
25
// NOLINTBEGIN
26
#ifdef LL_PLAT_C
27
MCNAPI
int
$_getContainerOffset()
const
;
28
#endif
29
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
CraftingInputUIContainerModel
Definition
CraftingInputUIContainerModel.h:8
CraftingInputUIContainerModel::$vftable
static MCAPI void ** $vftable()
src
mc
world
containers
models
CraftingInputUIContainerModel.h
Generated on
for LeviLamina by
1.16.1