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/deps/core/utility/pub_sub/Subscription.h"
7#include "mc/world/item/components/NetworkedItemComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11class HashedString;
12// clang-format on
13
14class UseModifiersItemComponent : public ::NetworkedItemComponent<::UseModifiersItemComponent> {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 4, float> mUseDuration;
19 ::ll::TypedStorage<4, 8, ::std::optional<float>> mMovementModifier;
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseSubscription;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 7
27 virtual void _initializeComponent() /*override*/;
28
29 // vIndex: 0
30 virtual ~UseModifiersItemComponent() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // static functions
35 // NOLINTBEGIN
36 MCAPI static ::HashedString const& getIdentifier();
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCAPI void $_initializeComponent();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition HashedString.h:5
Definition NetworkedItemComponent.h:7
Definition UseModifiersItemComponent.h:14
static MCAPI void ** $vftable()