LeviLamina
Loading...
Searching...
No Matches
EduSharedUriResource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 32, ::std::string> linkUri;
15 ::ll::TypedStorage<8, 32, ::std::string> buttonName;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
21
22public:
23 // member functions
24 // NOLINTBEGIN
26
27 MCFOLD ::EduSharedUriResource& operator=(::EduSharedUriResource&&);
28
29 MCFOLD ::EduSharedUriResource& operator=(::EduSharedUriResource const&);
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static ::EduSharedUriResource fromTag(::CompoundTag const& tag);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCFOLD void* $ctor(::EduSharedUriResource&&);
44 // NOLINTEND
45
46public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCFOLD void $dtor();
50 // NOLINTEND
51};
Definition CompoundTag.h:13
Definition EduSharedUriResource.h:10