LeviLamina
Loading...
Searching...
No Matches
PhotoItemSavedDataCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9struct ActorUniqueID;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 64, ::std::unordered_map<::ActorUniqueID, ::std::unique_ptr<::PhotoItemSavedData>>>
17 mPhotoData;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI_C ::PhotoItemSavedData* getPhotoSavedData(::CompoundTag const& instance);
24 // NOLINTEND
25};
Definition CompoundTag.h:23
Definition PhotoItemSavedDataCollection.h:12
Definition PhotoItemSavedData.h:8
Definition ActorUniqueID.h:5