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* getPhotoSavedData(::CompoundTag const& instance);
27#endif
28 // NOLINTEND
29};
Definition CompoundTag.h:23
Definition PhotoItemSavedDataCollection.h:14
Definition PhotoItemSavedData.h:8