LeviLamina
Loading...
Searching...
No Matches
BeaconPaymentContainerController.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
8// auto generated forward declare list
9// clang-format off
10class ContainerModel;
11class ItemStackBase;
12class Recipes;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~BeaconPaymentContainerController() /*override*/ = default;
20
21 virtual bool isItemFiltered(::Recipes const&, ::ItemStackBase const& item) const /*override*/;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI_C void* $ctor(::std::shared_ptr<::ContainerModel> ptrContainerModel);
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39#ifdef LL_PLAT_C
40 MCNAPI bool $isItemFiltered(::Recipes const&, ::ItemStackBase const& item) const;
41#endif
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BeaconPaymentContainerController.h:15
static MCAPI void ** $vftable()
Definition ContainerController.h:20
Definition ContainerModel.h:27
Definition ItemStackBase.h:44
Definition Recipes.h:35