LeviLamina
Loading...
Searching...
No Matches
Trade1Ingredient2ContainerValidation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/simulation/validation/ContainerValidationBase.h"
7
8// auto generated forward declare list
9// clang-format off
11class ItemStackBase;
12// clang-format on
13
14class Trade1Ingredient2ContainerValidation : public ::ContainerValidationBase {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool const> mIsServerSide;
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 Trade1Ingredient2ContainerValidation();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual bool isItemAllowedInSlot(
29 ::ContainerScreenContext const& screenContext,
30 int const item,
31 ::ItemStackBase const&,
32 int const,
33 bool
34 ) const /*override*/;
35
36 virtual int getContainerOffset(::ContainerScreenContext const&) const /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI explicit Trade1Ingredient2ContainerValidation(bool isServerSide);
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCAPI void* $ctor(bool isServerSide);
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI bool $isItemAllowedInSlot(
55 ::ContainerScreenContext const& screenContext,
56 int const item,
57 ::ItemStackBase const&,
58 int const,
59 bool
60 ) const;
61
62 MCFOLD int $getContainerOffset(::ContainerScreenContext const&) const;
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition ContainerScreenContext.h:19
Definition ContainerValidationBase.h:12
Definition ItemStackBase.h:52
static MCAPI void ** $vftable()