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
#include "mc/world/level/storage/AllExperiments.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HashedString
;
12
class
SemVersion
;
13
namespace
cereal {
struct
ReflectionCtx; }
14
// clang-format on
15
16
class
DisplayNameItemComponent
:
public
::NetworkedItemComponent
<::DisplayNameItemComponent> {
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 32, ::std::string> mDescriptionId;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
DisplayNameItemComponent
& operator=(
DisplayNameItemComponent
const
&);
26
DisplayNameItemComponent
(
DisplayNameItemComponent
const
&);
27
DisplayNameItemComponent
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 0
33
virtual
~DisplayNameItemComponent
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI ::DisplayNameItemComponent& operator=(
::DisplayNameItemComponent
&&);
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI
static
void
bindType(
46
::cereal::ReflectionCtx
& ctx,
47
::std::vector<::AllExperiments>
const
& requiredToggles,
48
::std::optional<::SemVersion> releasedMinFormatVersion
49
);
50
51
MCAPI static ::HashedString
const
& getIdentifier();
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCNAPI
static
void
**
$vftable
();
58
// NOLINTEND
59
};
DisplayNameItemComponent
Definition
DisplayNameItemComponent.h:16
DisplayNameItemComponent::$vftable
static MCAPI void ** $vftable()
HashedString
Definition
HashedString.h:5
NetworkedItemComponent
Definition
NetworkedItemComponent.h:6
SemVersion
Definition
SemVersion.h:16
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
src-client
mc
world
item
components
DisplayNameItemComponent.h
Generated on Fri Dec 12 2025 16:34:21 for LeviLamina by
1.12.0