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
8class PhotoItem : public ::Item {
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 virtual ~PhotoItem() /*override*/ = default;
13 // NOLINTEND
14
15public:
16 // static variables
17 // NOLINTBEGIN
18 MCAPI static ::std::string const& TAG_PHOTO_NAME();
19
20 MCAPI static ::std::string const& TAG_PHOTO_OWNER();
21
22 MCAPI static ::std::string const& TAG_PHOTO_UUID();
23 // NOLINTEND
24};
Definition PhotoItem.h:8