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