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