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
ItemStackBase
;
12
// clang-format on
13
14
class
MaterialReducerInputContainerController
:
public
::ContainerController
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<1, 1, bool> mEnabled;
19
::ll::TypedStorage<8, 8, ::BlockReducer*> mBlockReducer;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~MaterialReducerInputContainerController
()
/*override*/
=
default
;
27
28
// vIndex: 3
29
virtual
bool
isItemAllowed(
::ItemStackBase
const
&)
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
};
BlockReducer
Definition
BlockReducer.h:12
ContainerController
Definition
ContainerController.h:18
ItemStackBase
Definition
ItemStackBase.h:35
MaterialReducerInputContainerController
Definition
MaterialReducerInputContainerController.h:14
src
mc
world
containers
controllers
MaterialReducerInputContainerController.h
Generated on Fri Jun 13 2025 05:05:04 for LeviLamina by
1.12.0