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
28 virtual ~IContainerRegistryAccess() = default;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition FillingContainer.h:18
Definition IContainerRegistryAccess.h:14
Definition StorageItemComponent.h:31
Definition StorageItemContainerModel.h:18
Definition StorageWeightLimitItemComponent.h:17
Definition FullContainerName.h:8