LeviLamina
Loading...
Searching...
No Matches
HudContainerManagerController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/Subscription.h"
7#include "mc/world/containers/managers/controllers/ContainerManagerController.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::HudContainerManagerModel>> mHudContainerManagerModel;
19 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mDynamicContainerRemovalNotifier;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~HudContainerManagerController() /*override*/ = default;
26
27 virtual void registerContainerCallbacks() /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI_C void refreshHotbar();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI_C void* $ctor(::std::weak_ptr<::HudContainerManagerModel> containerManagerModel);
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45#ifdef LL_PLAT_C
46 MCNAPI void $registerContainerCallbacks();
47#endif
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ContainerManagerController.h:47
Definition HudContainerManagerController.h:14
static MCAPI void ** $vftable()
Definition HudContainerManagerModel.h:19