LeviLamina
Loading...
Searching...
No Matches
ArmorItemComponent.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
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11// clang-format on
12
13class ArmorItemComponent : public ::NetworkedItemComponent<::ArmorItemComponent> {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~ArmorItemComponent() /*override*/ = default;
19 // NOLINTEND
20
21public:
22 // static functions
23 // NOLINTBEGIN
24 MCAPI static ::HashedString const& getIdentifier();
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition ArmorItemComponent.h:13
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7