LeviLamina
Loading...
Searching...
No Matches
UseModifiersItemComponent.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 Bedrock::PubSub { class Subscription; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17class UseModifiersItemComponent : public ::NetworkedItemComponent<::UseModifiersItemComponent> {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mUseDuration;
22 ::ll::TypedStorage<4, 8, ::std::optional<float>> mMovementModifier;
23 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseSubscription;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 7
30 virtual void _initializeComponent() /*override*/;
31
32 // vIndex: 0
33 virtual ~UseModifiersItemComponent() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(
41 ::std::vector<::AllExperiments> const& releasedMinFormatVersion,
42 ::std::optional<::SemVersion> requiredToggles
43 );
44
45 MCAPI static ::HashedString const& getIdentifier();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // virtual function thunks
56 // NOLINTBEGIN
57 MCAPI void $_initializeComponent();
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCAPI static void** $vftable();
64 // NOLINTEND
65};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:6
Definition SemVersion.h:15
Definition UseModifiersItemComponent.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5