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
36 MCAPI bool flush();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::std::string_view id, ::std::string_view name, ::std::optional<::std::string> description);
43 // NOLINTEND
44
45public:
46 // virtual function thunks
47 // NOLINTBEGIN
48 MCFOLD ::Settings::ComponentState $getDefaultState() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
57
58} // namespace Settings
Definition GroupInfoComponent.h:7
static MCAPI void ** $vftable()