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/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 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 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~CooldownItemComponent() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
38
39 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent&&);
40
41 MCAPI ::CooldownItemComponent& operator=(::CooldownItemComponent const&);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(
49 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
50 ::std::optional<::SemVersion> requiredToggles
51 );
52
53 MCAPI static ::HashedString const& getIdentifier();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::CooldownItemComponent const&);
60
61 MCAPI void* $ctor(::SharedTypes::v1_20_50::CooldownItemComponent component);
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCAPI static void** $vftable();
74 // NOLINTEND
75};
Definition CooldownItemComponent.h:17
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition CooldownItemComponent.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5