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
10class ItemStackBase;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<1, 1, bool> mIsItemAllowed;
18 // NOLINTEND
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 // vIndex: 0
24 virtual ~MaterialReducerOutputContainerController() /*override*/ = default;
25
26 // vIndex: 3
27 virtual bool isItemAllowed(::ItemStackBase const&) const /*override*/;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
33
34 // NOLINTEND
35};
Definition ContainerController.h:18
Definition ItemStackBase.h:35
Definition MaterialReducerOutputContainerController.h:13