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