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 // vIndex: 0
13 virtual ~PhotoItem() /*override*/ = default;
14 // NOLINTEND
15
16public:
17 // static variables
18 // NOLINTBEGIN
19 MCAPI static ::std::string const& TAG_PHOTO_NAME();
20
21 MCAPI static ::std::string const& TAG_PHOTO_OWNER();
22
23 MCAPI static ::std::string const& TAG_PHOTO_UUID();
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31};
Definition Item.h:65
Definition PhotoItem.h:8