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 // prevent constructor by default
20 GroupInfoComponent();
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual ~GroupInfoComponent() /*override*/ = default;
26
27 virtual ::Settings::ComponentState getDefaultState() const /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI
34 GroupInfoComponent(::std::string_view id, ::std::string_view name, ::std::optional<::std::string> description);
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
40 MCAPI void* $ctor(::std::string_view id, ::std::string_view name, ::std::optional<::std::string> description);
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46 MCFOLD ::Settings::ComponentState $getDefaultState() const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
55
56} // namespace Settings
Definition GroupInfoComponent.h:7
static MCAPI void ** $vftable()