LeviLamina
Loading...
Searching...
No Matches
IContainerRegistryTracker.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class ItemStack;
9class ListTag;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ::std::unique_ptr<::DynamicContainerManager> createContainerManager(
21 ::ItemStack const&,
24 ) = 0;
25
26 virtual uint generateNewID() = 0;
27
28 virtual void tryLoadSavedStorageItem(::ListTag const&, ::FullContainerName const&) = 0;
29
30 virtual void setExpired(::std::vector<::FullContainerName> const&) = 0;
31
32 virtual uint64 getSize() = 0;
33
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition DynamicContainerManager.h:17
Definition IContainerRegistryTracker.h:15
static MCAPI void ** $vftable()
Definition ItemStack.h:26
Definition ListTag.h:20
Definition StorageItemComponent.h:29
Definition StorageWeightLimitItemComponent.h:16
Definition FullContainerName.h:8