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 // NOLINTEND
24
25public:
26 // static variables
27 // NOLINTBEGIN
28 MCAPI static ::std::string_view const& EXPANDABLE_KEY();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI ::std::string_view $getType() const;
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
43
44} // namespace LibraryInfo
Definition Expandable.h:7
static MCAPI void ** $vftable()