LeviLamina
Loading...
Searching...
No Matches
GrindstoneInputContainerValidation.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 // vIndex: 2
19 virtual bool
20 isItemAllowedInSlot(::ContainerScreenContext const&, int const, ::ItemStackBase const& item, int const, bool) const
21 /*override*/;
22
23 // vIndex: 8
24 virtual int getContainerOffset(::ContainerScreenContext const& screenContext) const /*override*/;
25
26 // vIndex: 0
27 virtual ~GrindstoneInputContainerValidation() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // virtual function thunks
32 // NOLINTBEGIN
35 int const,
36 ::ItemStackBase const& item,
37 int const,
38 bool
39 ) const;
40
41 MCNAPI int $getContainerOffset(::ContainerScreenContext const& screenContext) const;
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition ContainerScreenContext.h:17
Definition ContainerValidationBase.h:12
Definition GrindstoneInputContainerValidation.h:14
MCAPI bool $isItemAllowedInSlot(::ContainerScreenContext const &, int const, ::ItemStackBase const &item, int const, bool) const
static MCAPI void ** $vftable()
MCAPI int $getContainerOffset(::ContainerScreenContext const &screenContext) const
Definition ItemStackBase.h:35