LeviLamina
Loading...
Searching...
No Matches
MaterialReducerInputContainerController.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
BlockReducer
;
11
class
ContainerModel
;
12
class
ItemStackBase
;
13
// clang-format on
14
15
class
MaterialReducerInputContainerController
:
public
::ContainerController
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, bool> mEnabled;
20
::ll::TypedStorage<8, 8, ::BlockReducer*> mBlockReducer;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~MaterialReducerInputContainerController
()
/*override*/
=
default
;
27
28
virtual
bool
isItemAllowed(
::ItemStackBase
const
& item)
const
/*override*/
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCNAPI_C
void
* $ctor(::std::shared_ptr<::ContainerModel> containerModel);
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
#ifdef LL_PLAT_C
47
MCNAPI
bool
$isItemAllowed(
::ItemStackBase
const
& item)
const
;
48
#endif
49
50
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
BlockReducer
Definition
BlockReducer.h:12
ContainerController
Definition
ContainerController.h:20
ContainerModel
Definition
ContainerModel.h:27
ItemStackBase
Definition
ItemStackBase.h:44
MaterialReducerInputContainerController
Definition
MaterialReducerInputContainerController.h:15
MaterialReducerInputContainerController::$vftable
static MCAPI void ** $vftable()
src
mc
world
containers
controllers
MaterialReducerInputContainerController.h
Generated on
for LeviLamina by
1.16.1