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