LeviLamina
Loading...
Searching...
No Matches
LabTableContainerManagerController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/managers/controllers/ContainerManagerController.h"
7#include "mc/world/item/CompoundContainerType.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockPos;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::LabTableContainerManagerModel>> mModel;
21 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::CraftableCompounds>> mCraftableCompounds;
22 ::ll::TypedStorage<1, 1, ::CompoundContainerType> mResultContainer;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~LabTableContainerManagerController() /*override*/ = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI_C void _setupCallbacks();
35
36 MCNAPI_C void _updateResult();
37
38 MCNAPI_C void combineInputs(::BlockPos const& blockPos);
39
40 MCNAPI_C bool hasInput();
41
42 MCNAPI_C bool isStillValid(float pickRange);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI_C void* $ctor(::std::weak_ptr<::LabTableContainerManagerModel> containerManagerModel);
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BlockPos.h:19
Definition ContainerManagerController.h:47
Definition CraftableCompounds.h:17
Definition LabTableContainerManagerController.h:16
static MCAPI void ** $vftable()
Definition LabTableContainerManagerModel.h:17