LeviLamina
Loading...
Searching...
No Matches
GlintItemComponent.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 ComponentItem;
12class HashedString;
13class SemVersion;
14namespace SharedTypes::v1_20_50 { struct GlintItemComponent; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18class GlintItemComponent : public ::NetworkedItemComponent<::GlintItemComponent> {
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<1, 1, bool> mIsGlint;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 GlintItemComponent();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual void _initializeComponent(::ComponentItem& owner) /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38 MCAPI explicit GlintItemComponent(::SharedTypes::v1_20_50::GlintItemComponent component);
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(
46 ::std::vector<::AllExperiments> const& requiredToggles,
47 ::std::optional<::SemVersion> releasedMinFormatVersion
48 );
49
50 MCAPI static ::HashedString const& getIdentifier();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(::SharedTypes::v1_20_50::GlintItemComponent component);
57 // NOLINTEND
58
59public:
60 // virtual function thunks
61 // NOLINTBEGIN
62 MCAPI void $_initializeComponent(::ComponentItem& owner);
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition ComponentItem.h:55
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition GlintItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5