LeviLamina
Loading...
Searching...
No Matches
LabTableInputValidation.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
10class Container;
12class ItemStackBase;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual bool isItemAllowedInSlot(
20 ::ContainerScreenContext const& screenContext,
21 int const slot,
22 ::ItemStackBase const& item,
23 int const amount,
24 bool
25 ) const /*override*/;
26
27 virtual int getContainerSize(::ContainerScreenContext const& screenContext, ::Container const& container) const
28 /*override*/;
29
30 virtual bool canDestroy(::ContainerScreenContext const& screenContext) const /*override*/;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI bool $isItemAllowedInSlot(
37 ::ContainerScreenContext const& screenContext,
38 int const slot,
39 ::ItemStackBase const& item,
40 int const amount,
41 bool
42 ) const;
43
44 MCFOLD int $getContainerSize(::ContainerScreenContext const& screenContext, ::Container const& container) const;
45
46 MCFOLD bool $canDestroy(::ContainerScreenContext const& screenContext) const;
47
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition ContainerScreenContext.h:19
Definition ContainerValidationBase.h:12
Definition Container.h:34
Definition ItemStackBase.h:52
Definition LabTableInputValidation.h:15
static MCAPI void ** $vftable()