LeviLamina
Loading...
Searching...
No Matches
DisplayNameItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/NetworkedItemComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
HashedString
;
11
// clang-format on
12
13
class
DisplayNameItemComponent
:
public
::NetworkedItemComponent
<::DisplayNameItemComponent> {
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 32, ::std::string> mDescriptionId;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
DisplayNameItemComponent
(
DisplayNameItemComponent
const
&);
23
DisplayNameItemComponent
();
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
29
virtual
~DisplayNameItemComponent
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
DisplayNameItemComponent
(
::DisplayNameItemComponent
&&);
36
37
MCAPI ::DisplayNameItemComponent& operator=(
::DisplayNameItemComponent
&&);
38
39
MCAPI ::DisplayNameItemComponent& operator=(
::DisplayNameItemComponent
const
&);
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI static ::HashedString
const
& getIdentifier();
46
// NOLINTEND
47
48
public
:
49
// constructor thunks
50
// NOLINTBEGIN
51
MCAPI
void
* $ctor(
::DisplayNameItemComponent
&&);
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
DisplayNameItemComponent
Definition
DisplayNameItemComponent.h:13
DisplayNameItemComponent::$vftable
static MCAPI void ** $vftable()
HashedString
Definition
HashedString.h:5
NetworkedItemComponent
Definition
NetworkedItemComponent.h:7
src
mc
world
item
components
DisplayNameItemComponent.h
Generated on Fri Jun 13 2025 13:06:16 for LeviLamina by
1.12.0