LeviLamina
Loading...
Searching...
No Matches
MaterialReducerOutputContainerController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/controllers/ContainerController.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ContainerModel
;
11
class
ItemStackBase
;
12
// clang-format on
13
14
class
MaterialReducerOutputContainerController
:
public
::ContainerController
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool> mIsItemAllowed;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
~MaterialReducerOutputContainerController
()
/*override*/
=
default
;
25
26
virtual
bool
isItemAllowed(
::ItemStackBase
const
& item)
const
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCNAPI_C
void
* $ctor(::std::shared_ptr<::ContainerModel> containerModel);
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
#ifdef LL_PLAT_C
45
MCNAPI
bool
$isItemAllowed(
::ItemStackBase
const
& item)
const
;
46
#endif
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
ContainerController
Definition
ContainerController.h:20
ContainerModel
Definition
ContainerModel.h:27
ItemStackBase
Definition
ItemStackBase.h:44
MaterialReducerOutputContainerController
Definition
MaterialReducerOutputContainerController.h:14
MaterialReducerOutputContainerController::$vftable
static MCAPI void ** $vftable()
src
mc
world
containers
controllers
MaterialReducerOutputContainerController.h
Generated on
for LeviLamina by
1.16.1