LeviLamina
Loading...
Searching...
No Matches
TextComponent.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 TextComponent : public ::Settings::Component<::Settings::TextComponent> {
12public:
13 // prevent constructor by default
14 TextComponent();
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~TextComponent() /*override*/ = default;
20
21 virtual ::Settings::ComponentState getDefaultState() const /*override*/;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI TextComponent(::std::string_view id, ::std::string_view name, ::std::optional<::std::string> description);
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCAPI void* $ctor(::std::string_view id, ::std::string_view name, ::std::optional<::std::string> description);
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCFOLD ::Settings::ComponentState $getDefaultState() const;
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
48
49} // namespace Settings
Definition TextComponent.h:7
static MCAPI void ** $vftable()