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
SharedTypes::v1_20_50 {
struct
DisplayNameItemComponent
; }
14
namespace
cereal {
struct
ReflectionCtx; }
15
// clang-format on
16
17
class
DisplayNameItemComponent
:
public
::NetworkedItemComponent
<::DisplayNameItemComponent> {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 32, ::std::string> mDescriptionId;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
DisplayNameItemComponent
& operator=(
DisplayNameItemComponent
const
&);
27
DisplayNameItemComponent
(
DisplayNameItemComponent
const
&);
28
DisplayNameItemComponent
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 0
34
virtual
~DisplayNameItemComponent
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// member functions
39
// NOLINTBEGIN
40
MCAPI
explicit
DisplayNameItemComponent
(
::SharedTypes::v1_20_50::DisplayNameItemComponent
component);
41
42
MCAPI ::DisplayNameItemComponent& operator=(
::DisplayNameItemComponent
&&);
43
// NOLINTEND
44
45
public
:
46
// static functions
47
// NOLINTBEGIN
48
MCAPI
static
void
bindType(
49
::cereal::ReflectionCtx
&
ctx
,
50
::std::vector<::AllExperiments>
const
& requiredToggles,
51
::std::optional<::SemVersion> releasedMinFormatVersion
52
);
53
54
MCAPI static ::HashedString
const
& getIdentifier();
55
// NOLINTEND
56
57
public
:
58
// constructor thunks
59
// NOLINTBEGIN
60
MCAPI
void
* $ctor(
::SharedTypes::v1_20_50::DisplayNameItemComponent
component);
61
// NOLINTEND
62
63
public
:
64
// vftables
65
// NOLINTBEGIN
66
MCNAPI
static
void
**
$vftable
();
67
// NOLINTEND
68
};
DisplayNameItemComponent
Definition
DisplayNameItemComponent.h:17
DisplayNameItemComponent::$vftable
static MCAPI void ** $vftable()
HashedString
Definition
HashedString.h:5
NetworkedItemComponent
Definition
NetworkedItemComponent.h:7
SemVersion
Definition
SemVersion.h:16
SharedTypes::v1_20_50::DisplayNameItemComponent
Definition
DisplayNameItemComponent.h:12
cereal::ReflectionCtx
Definition
ReflectionCtx.h:11
ctx
Definition
ctx.h:5
src-server
mc
world
item
components
DisplayNameItemComponent.h
Generated on Tue Oct 28 2025 05:31:38 for LeviLamina by
1.12.0