LeviLamina
Loading...
Searching...
No Matches
LegacyOnCompleteTriggerItemComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/LegacyTriggerItemComponent.h"
7
8// auto generated forward declare list
9// clang-format off
11class HashedString;
13namespace Bedrock::PubSub { class Subscription; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnUseTimeDepletedSubscription;
21 ::ll::TypedStorage<8, 264, ::std::optional<::DefinitionTrigger>> mOnComplete;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 // vIndex: 7
28 virtual void _initializeComponent() /*override*/;
29
30 // vIndex: 0
31 virtual ~LegacyOnCompleteTriggerItemComponent() /*override*/ = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static ::HashedString const& getIdentifier();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::LegacyOnCompleteTriggerItemComponentData&& componentData);
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCAPI void $_initializeComponent();
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
Definition DefinitionTrigger.h:10
Definition HashedString.h:5
Definition LegacyOnCompleteTriggerItemComponent.h:16
Definition LegacyTriggerItemComponent.h:17
Definition LegacyOnCompleteTriggerItemComponentData.h:5