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#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 ArmorItemComponent : public ::NetworkedItemComponent<::ArmorItemComponent> {
17public:
18 // static functions
19 // NOLINTBEGIN
20 MCAPI static void bindType(
22 ::std::vector<::AllExperiments> const& requiredToggles,
23 ::std::optional<::SemVersion> releasedMinFormatVersion
24 );
25
26 MCAPI static ::HashedString const& getIdentifier();
27 // NOLINTEND
28
29public:
30 // vftables
31 // NOLINTBEGIN
32 MCAPI static void** $vftable();
33 // NOLINTEND
34};
Definition ArmorItemComponent.h:16
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5