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