LeviLamina
Loading...
Searching...
No Matches
HandEquippedItemComponent.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 cereal { struct ReflectionCtx; }
15// clang-format on
16
17class HandEquippedItemComponent : public ::NetworkedItemComponent<::HandEquippedItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, bool> mHandEquipped;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual void _initializeComponent(::ComponentItem& owner) /*override*/;
28
29 virtual ~HandEquippedItemComponent() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static void bindType(
37 ::std::vector<::AllExperiments> const& requiredToggles,
38 ::std::optional<::SemVersion> releasedMinFormatVersion
39 );
40
41 MCAPI static ::HashedString const& getIdentifier();
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI void $_initializeComponent(::ComponentItem& owner);
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ComponentItem.h:55
Definition HandEquippedItemComponent.h:17
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5