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<4, 4, float> mDuration;
22 ::ll::TypedStorage<8, 48, ::HashedString> mCategory;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~CooldownItemComponent() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // member functions
40 // NOLINTBEGIN
42
43 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent&&);
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(
51 ::std::vector<::AllExperiments> const& requiredToggles,
52 ::std::optional<::SemVersion> releasedMinFormatVersion
53 );
54
55 MCAPI static ::HashedString const& getIdentifier();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor(::SharedTypes::v1_20_50::CooldownItemComponent component);
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
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