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