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 // vIndex: 0
19 virtual ::std::shared_ptr<::StorageItemContainerModel> getModel(::FullContainerName const&) = 0;
20
21 // vIndex: 1
22 virtual ::std::shared_ptr<::FillingContainer> getBackingContainer(::FullContainerName const&) = 0;
23
24 // vIndex: 2
25 virtual void
27
28 // vIndex: 3
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCAPI void $dtor();
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCAPI static void** $vftable();
48 // NOLINTEND
49};
Definition FillingContainer.h:16
Definition IContainerRegistryAccess.h:14
Definition StorageItemComponent.h:25
Definition StorageItemContainerModel.h:18
Definition StorageWeightLimitItemComponent.h:16
Definition FullContainerName.h:8