LeviLamina
Loading...
Searching...
No Matches
Expandable.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/library_info/BaseLibraryInfo.h"
7
8namespace LibraryInfo {
9
10struct Expandable : public ::LibraryInfo::BaseLibraryInfo {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 32, ::std::string> mBodyText;
15 ::ll::TypedStorage<1, 1, bool> mCanExpand;
16 ::ll::TypedStorage<1, 1, bool> mExpanded;
17 // NOLINTEND
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ::std::string_view getType() const /*override*/;
23
24 virtual ~Expandable() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // static variables
29 // NOLINTBEGIN
30 MCAPI static ::std::string_view const& EXPANDABLE_KEY();
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI ::std::string_view $getType() const;
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace LibraryInfo
Definition Expandable.h:7
static MCAPI void ** $vftable()