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
16class LabTableContainerManagerController : public ::ContainerManagerController {
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
25#ifdef LL_PLAT_S
26#else // LL_PLAT_C
27public:
28 // prevent constructor by default
29 LabTableContainerManagerController();
30
31#endif
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~LabTableContainerManagerController() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCNAPI explicit LabTableContainerManagerController(
43 ::std::weak_ptr<::LabTableContainerManagerModel> containerManagerModel
44 );
45
46 MCNAPI void _setupCallbacks();
47
48 MCNAPI void _updateResult();
49
50 MCNAPI void combineInputs(::BlockPos const& blockPos);
51
52 MCNAPI bool hasInput();
53
54 MCNAPI bool isStillValid(float pickRange);
55#endif
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61#ifdef LL_PLAT_C
62 MCNAPI void* $ctor(::std::weak_ptr<::LabTableContainerManagerModel> containerManagerModel);
63#endif
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCNAPI static void** $vftable();
70 // NOLINTEND
71};
Definition BlockPos.h:19
Definition CraftableCompounds.h:17
static MCAPI void ** $vftable()
Definition LabTableContainerManagerModel.h:17