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 // virtual functions
14 // NOLINTBEGIN
15 virtual ~TextComponent() /*override*/ = default;
16
17 virtual ::Settings::ComponentState getDefaultState() const /*override*/;
18 // NOLINTEND
19
20public:
21 // virtual function thunks
22 // NOLINTBEGIN
23 MCFOLD ::Settings::ComponentState $getDefaultState() const;
24 // NOLINTEND
25
26public:
27 // vftables
28 // NOLINTBEGIN
29 MCNAPI static void** $vftable();
30 // NOLINTEND
31};
32
33} // namespace Settings
Definition TextComponent.h:7
static MCAPI void ** $vftable()