LeviLamina
Loading...
Searching...
No Matches
BrewingStandContainerManagerController.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
8// auto generated forward declare list
9// clang-format off
11class ItemInstance;
12struct SlotData;
13// clang-format on
14
15class BrewingStandContainerManagerController : public ::ContainerManagerController {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::BrewingStandContainerManagerModel>> mBrewingContainerManagerModel;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~BrewingStandContainerManagerController() /*override*/ = default;
26
27 virtual void _onItemAcquired(::ItemInstance const& instance, ::SlotData const& srcSlot) /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33#ifdef LL_PLAT_C
34 MCNAPI void _calculateValidPotionBrewed(::ItemInstance const& itemInstance);
35
36 MCNAPI int getBrewProgress(int max);
37
38 MCNAPI int getFuelProgress(int max);
39#endif
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45#ifdef LL_PLAT_C
46 MCNAPI void $_onItemAcquired(::ItemInstance const& instance, ::SlotData const& srcSlot);
47#endif
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition BrewingStandContainerManagerController.h:15
Definition BrewingStandContainerManagerModel.h:19
Definition ItemInstance.h:15
Definition SlotData.h:5