LeviLamina
Loading...
Searching...
No Matches
TradeIngredientContainerController.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/controllers/ContainerController.h"
7
#include "mc/world/item/ItemStack.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ContainerModel
;
12
class
ItemStackBase
;
13
// clang-format on
14
15
class
TradeIngredientContainerController
:
public
::ContainerController
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 152, ::ItemStack> mItem;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
bool
isItemAllowed(
::ItemStackBase
const
& item)
const
/*override*/
;
26
27
virtual
~TradeIngredientContainerController
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI_C
void
setTradeItem(
::ItemStack
const
& item);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCNAPI_C
void
* $ctor(::std::shared_ptr<::ContainerModel> containerModel);
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
#ifdef LL_PLAT_C
46
MCNAPI
bool
$isItemAllowed(
::ItemStackBase
const
& item)
const
;
47
#endif
48
49
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
ContainerController
Definition
ContainerController.h:20
ContainerModel
Definition
ContainerModel.h:27
ItemStackBase
Definition
ItemStackBase.h:44
ItemStack
Definition
ItemStack.h:26
TradeIngredientContainerController
Definition
TradeIngredientContainerController.h:15
TradeIngredientContainerController::$vftable
static MCAPI void ** $vftable()
src
mc
world
containers
controllers
TradeIngredientContainerController.h
Generated on
for LeviLamina by
1.16.1