LeviLamina
Loading...
Searching...
No Matches
Trade1Ingredient1ContainerValidation.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
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool const> mIsServerSide;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual bool isItemAllowedInSlot(
25 ::ContainerScreenContext const& screenContext,
26 int const,
27 ::ItemStackBase const& item,
28 int const,
29 bool
30 ) const /*override*/;
31
32 virtual int getContainerOffset(::ContainerScreenContext const& screenContext) const /*override*/;
33
34 virtual ~Trade1Ingredient1ContainerValidation() /*override*/ = default;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
41 ::ContainerScreenContext const& screenContext,
42 int const,
43 ::ItemStackBase const& item,
44 int const,
45 bool
46 ) const;
47
48 MCNAPI int $getContainerOffset(::ContainerScreenContext const& screenContext) const;
49
50
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition ContainerScreenContext.h:17
Definition ContainerValidationBase.h:12
Definition ItemStackBase.h:44
Definition Trade1Ingredient1ContainerValidation.h:14
MCAPI bool $isItemAllowedInSlot(::ContainerScreenContext const &screenContext, int const, ::ItemStackBase const &item, int const, bool) const
MCAPI int $getContainerOffset(::ContainerScreenContext const &screenContext) const
static MCAPI void ** $vftable()