LeviLamina
Loading...
Searching...
No Matches
BarrelContainerValidation.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;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual int getContainerSize(::ContainerScreenContext const& container, ::Container const&) const /*override*/;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCFOLD int $getContainerSize(::ContainerScreenContext const& container, ::Container const&) const;
25
26
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCNAPI static void** $vftable();
33 // NOLINTEND
34};
Definition BarrelContainerValidation.h:14
static MCAPI void ** $vftable()
Definition ContainerScreenContext.h:19
Definition ContainerValidationBase.h:12
Definition Container.h:34