LeviLamina
Loading...
Searching...
No Matches
IContainerRegistryAccess.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ::std::shared_ptr<::StorageItemContainerModel> getModel(::FullContainerName const&) = 0;
19
20 virtual ::std::shared_ptr<::FillingContainer> getBackingContainer(::FullContainerName const&) = 0;
21
22 virtual void
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition FillingContainer.h:17
Definition IContainerRegistryAccess.h:14
static MCAPI void ** $vftable()
Definition StorageItemComponent.h:29
Definition StorageItemContainerModel.h:18
Definition StorageWeightLimitItemComponent.h:16
Definition FullContainerName.h:8