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 // vIndex: 0
20 virtual ::std::unique_ptr<::DynamicContainerManager>
22
23 // vIndex: 1
24 virtual uint generateNewID() = 0;
25
26 // vIndex: 2
27 virtual void tryLoadSavedStorageItem(::ListTag const&, ::FullContainerName const&) = 0;
28
29 // vIndex: 3
30 virtual void setExpired(::std::vector<::FullContainerName> const&) = 0;
31
32 // vIndex: 4
33 virtual uint64 getSize() = 0;
34
35 // vIndex: 5
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCAPI static void** $vftable();
55 // NOLINTEND
56};
Definition DynamicContainerManager.h:14
Definition IContainerRegistryTracker.h:15
Definition ItemStack.h:25
Definition ListTag.h:12
Definition StorageItemComponent.h:25
Definition StorageWeightLimitItemComponent.h:16
Definition FullContainerName.h:8