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
11class ContainerModel;
12class ItemStackBase;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 152, ::ItemStack> mItem;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual bool isItemAllowed(::ItemStackBase const& item) const /*override*/;
26
27 virtual ~TradeIngredientContainerController() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI_C void setTradeItem(::ItemStack const& item);
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI_C void* $ctor(::std::shared_ptr<::ContainerModel> containerModel);
40 // NOLINTEND
41
42public:
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
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ContainerController.h:20
Definition ContainerModel.h:27
Definition ItemStackBase.h:44
Definition ItemStack.h:26
Definition TradeIngredientContainerController.h:15
static MCAPI void ** $vftable()