3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/settings/Component.h"
7#include "mc/client/settings/ComponentState.h"
11class GroupInfoComponent :
public ::Settings::Component<::Settings::GroupInfoComponent> {
15 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mFlushCallback;
21 virtual ~GroupInfoComponent() =
default;
23 virtual ::Settings::ComponentState getDefaultState() const ;
29 MCFOLD ::Settings::ComponentState $getDefaultState() const;
Definition GroupInfoComponent.h:7
static MCAPI void ** $vftable()