LeviLamina
Loading...
Searching...
No Matches
Trade1Ingredient2ContainerValidation.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
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 2
31 virtual bool isItemAllowedInSlot(
32 ::ContainerScreenContext const& screenContext,
33 int const,
34 ::ItemStackBase const& item,
35 int const,
36 bool
37 ) const /*override*/;
38
39 // vIndex: 8
40 virtual int getContainerOffset(::ContainerScreenContext const& screenContext) const /*override*/;
41
42 // vIndex: 0
43 virtual ~Trade1Ingredient2ContainerValidation() /*override*/ = default;
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49
50 // NOLINTEND
51
52public:
53 // virtual function thunks
54 // NOLINTBEGIN
55 MCAPI bool $isItemAllowedInSlot(
56 ::ContainerScreenContext const& screenContext,
57 int const,
58 ::ItemStackBase const& item,
59 int const,
60 bool
61 ) const;
62
63 MCFOLD int $getContainerOffset(::ContainerScreenContext const& screenContext) const;
64 // NOLINTEND
65
66public:
67 // vftables
68 // NOLINTBEGIN
69 MCAPI static void** $vftable();
70 // NOLINTEND
71};
Definition ContainerScreenContext.h:11
Definition ContainerValidationBase.h:12
Definition ItemStackBase.h:35
Definition Trade1Ingredient2ContainerValidation.h:14
Definition Alias.h:14