LeviLamina
Loading...
Searching...
No Matches
PhotoItemSavedDataCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ActorUniqueID, ::std::unique_ptr<::PhotoItemSavedData>>>
19 mPhotoData;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCAPI ::PhotoItemSavedData*
27 _loadPhotoData(::ActorUniqueID const& id, ::ActorUniqueID const& owner, ::std::string const& name);
28
29 MCAPI ::PhotoItemSavedData* getPhotoSavedData(::CompoundTag const& instance);
30#endif
31 // NOLINTEND
32};
Definition CompoundTag.h:18
Definition PhotoItemSavedDataCollection.h:14
Definition PhotoItemSavedData.h:8
Definition ActorUniqueID.h:5