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
9
namespace
Settings {
10
11
class
TextComponent
:
public
::Settings::Component<::Settings::TextComponent> {
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~TextComponent()
/*override*/
=
default
;
16
17
virtual ::Settings::ComponentState getDefaultState() const
/*override*/
;
18
// NOLINTEND
19
20
public:
21
// virtual function thunks
22
// NOLINTBEGIN
23
MCFOLD ::Settings::ComponentState $getDefaultState() const;
24
// NOLINTEND
25
26
public:
27
// vftables
28
// NOLINTBEGIN
29
MCNAPI static
void
**
$vftable
();
30
// NOLINTEND
31
};
32
33
}
// namespace Settings
Settings::TextComponent
Definition
TextComponent.h:7
Settings::TextComponent::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
settings
TextComponent.h
Generated on
for LeviLamina by
1.16.1