LeviLamina
Loading...
Searching...
No Matches
GrindstoneAdditionalContainerValidation.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 // virtual functions
17 // NOLINTBEGIN
18 virtual bool
19 isItemAllowedInSlot(::ContainerScreenContext const&, int const, ::ItemStackBase const& item, int const, bool) const
20 /*override*/;
21
22 virtual int getContainerOffset(::ContainerScreenContext const&) const /*override*/;
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCFOLD bool $isItemAllowedInSlot(
30 int const,
31 ::ItemStackBase const& item,
32 int const,
33 bool
34 ) const;
35
36 MCFOLD int $getContainerOffset(::ContainerScreenContext const&) const;
37
38
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCNAPI static void** $vftable();
45 // NOLINTEND
46};
Definition ContainerScreenContext.h:19
Definition ContainerValidationBase.h:12
Definition GrindstoneAdditionalContainerValidation.h:14
Definition ItemStackBase.h:52