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
10
class
BrewingStandContainerManagerModel
;
11
class
ItemInstance
;
12
struct
SlotData
;
13
// clang-format on
14
15
class
BrewingStandContainerManagerController
:
public
::ContainerManagerController {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::std::weak_ptr<::BrewingStandContainerManagerModel>> mBrewingContainerManagerModel;
20
// NOLINTEND
21
22
public
:
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
30
public
:
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
42
public
:
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
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
BrewingStandContainerManagerController
Definition
BrewingStandContainerManagerController.h:15
BrewingStandContainerManagerController::$vftable
static MCAPI void ** $vftable()
BrewingStandContainerManagerModel
Definition
BrewingStandContainerManagerModel.h:19
ItemInstance
Definition
ItemInstance.h:15
SlotData
Definition
SlotData.h:5
src
mc
world
containers
managers
controllers
BrewingStandContainerManagerController.h
Generated on
for LeviLamina by
1.16.1