LeviLamina
Loading...
Searching...
No Matches
GroupInfoComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/settings/Component.h"
7#include "mc/client/settings/ComponentState.h"
8
9namespace Settings {
10
11class GroupInfoComponent : public ::Settings::Component<::Settings::GroupInfoComponent> {
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 64, ::std::function<bool()>> mFlushCallback;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~GroupInfoComponent() /*override*/ = default;
22
23 virtual ::Settings::ComponentState getDefaultState() const /*override*/;
24 // NOLINTEND
25
26public:
27 // virtual function thunks
28 // NOLINTBEGIN
29 MCFOLD ::Settings::ComponentState $getDefaultState() const;
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCNAPI static void** $vftable();
36 // NOLINTEND
37};
38
39} // namespace Settings
Definition GroupInfoComponent.h:7
static MCAPI void ** $vftable()