3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/library_info/BaseLibraryInfo.h"
10struct Expandable :
public ::LibraryInfo::BaseLibraryInfo {
14 ::ll::TypedStorage<8, 32, ::std::string> mBodyText;
15 ::ll::TypedStorage<1, 1, bool> mCanExpand;
16 ::ll::TypedStorage<1, 1, bool> mExpanded;
22 virtual ::std::string_view getType() const ;
24 virtual ~Expandable() = default;
30 MCAPI static ::std::string_view const& EXPANDABLE_KEY();
36 MCAPI ::std::string_view $getType() const;
Definition Expandable.h:7
static MCAPI void ** $vftable()