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
22
23public:
24 // member functions
25 // NOLINTBEGIN
27
28 MCNAPI ::EduSharedUriResource& operator=(::EduSharedUriResource&&);
29
30 MCNAPI ::EduSharedUriResource& operator=(::EduSharedUriResource const&);
31
33 // NOLINTEND
34
35public:
36 // static functions
37 // NOLINTBEGIN
38 MCNAPI static ::EduSharedUriResource fromTag(::CompoundTag const& tag);
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition CompoundTag.h:13
Definition EduSharedUriResource.h:10
static MCAPI ::EduSharedUriResource fromTag(::CompoundTag const &tag)
MCAPI EduSharedUriResource(::EduSharedUriResource &&)
MCAPI::EduSharedUriResource & operator=(::EduSharedUriResource &&)
MCAPI ~EduSharedUriResource()
MCAPI void * $ctor(::EduSharedUriResource &&)
MCAPI::EduSharedUriResource & operator=(::EduSharedUriResource const &)
MCAPI void $dtor()