LeviLamina
Loading...
Searching...
No Matches
CooldownItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/world/item/components/NetworkedItemComponent.h"
8#include "mc/world/level/storage/AllExperiments.h"
9
10// auto generated forward declare list
11// clang-format off
12class SemVersion;
13namespace SharedTypes::v1_20_50 { struct CooldownItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class CooldownItemComponent : public ::NetworkedItemComponent<::CooldownItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 48, ::HashedString> mCoolDownType;
22 ::ll::TypedStorage<4, 4, float> mCooldownTime;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~CooldownItemComponent() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
42
43 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent&&);
44
45 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent const&);
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void bindType(
53 ::std::vector<::AllExperiments> const& requiredToggles,
54 ::std::optional<::SemVersion> releasedMinFormatVersion
55 );
56
57 MCAPI static ::HashedString const& getIdentifier();
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor(::CooldownItemComponent const&);
64
65 MCAPI void* $ctor(::SharedTypes::v1_20_50::CooldownItemComponent component);
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition CooldownItemComponent.h:17
static MCAPI void ** $vftable()
Definition NetworkedItemComponent.h:7
Definition SemVersion.h:16
Definition CooldownItemComponent.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5