LeviLamina
Loading...
Searching...
No Matches
PhotoItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/Item.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
11struct ActorUniqueID;
12// clang-format on
13
14class PhotoItem : public ::Item {
15public:
16 // static functions
17 // NOLINTBEGIN
18#ifdef LL_PLAT_C
19 MCAPI static ::ActorUniqueID getPhotoId(::CompoundTag const& tag);
20
21 MCAPI static ::std::string const& getPhotoName(::CompoundTag const& tag);
22
23 MCAPI static ::ActorUniqueID getPhotoOwner(::CompoundTag const& tag);
24#endif
25 // NOLINTEND
26
27public:
28 // static variables
29 // NOLINTBEGIN
30 MCAPI static ::std::string const& TAG_PHOTO_NAME();
31
32 MCAPI static ::std::string const& TAG_PHOTO_OWNER();
33
34 MCAPI static ::std::string const& TAG_PHOTO_UUID();
35 // NOLINTEND
36};
Definition CompoundTag.h:23
Definition PhotoItem.h:14
Definition ActorUniqueID.h:10