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
10struct EduSharedUriResource {
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
20 EduSharedUriResource(EduSharedUriResource const&);
21 EduSharedUriResource();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI EduSharedUriResource(::EduSharedUriResource&&);
27
28 MCFOLD ::EduSharedUriResource& operator=(::EduSharedUriResource&&);
29
30 MCFOLD ::EduSharedUriResource& operator=(::EduSharedUriResource const&);
31
32 MCAPI bool operator==(::EduSharedUriResource const& rhs) const;
33
34 MCAPI ~EduSharedUriResource();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI_C static ::std::optional<::EduSharedUriResource>
41 create(::std::unordered_map<::std::string, ::std::string> const& values);
42
43 MCAPI static ::EduSharedUriResource fromTag(::CompoundTag const& tag);
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCFOLD void* $ctor(::EduSharedUriResource&&);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCFOLD void $dtor();
56 // NOLINTEND
57};
Definition CompoundTag.h:23