LeviLamina
Loading...
Searching...
No Matches
LegacyOnConsumeTriggerItemComponent.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
10class Actor;
12class HashedString;
13class ItemStack;
15namespace Bedrock::PubSub { class Subscription; }
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOnConsumeSubscription;
23 ::ll::TypedStorage<8, 264, ::std::optional<::DefinitionTrigger>> mOnConsumeTrigger;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 7
30 virtual void _initializeComponent() /*override*/;
31
32 // vIndex: 0
33 virtual ~LegacyOnConsumeTriggerItemComponent() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40
41 MCAPI void _consume(::ItemStack const& item, ::ItemStack& actor, ::Actor&);
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static ::HashedString const& getIdentifier();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::LegacyOnConsumeTriggerItemComponentData&& data);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI void $_initializeComponent();
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCAPI static void** $vftable();
72 // NOLINTEND
73};
Definition Actor.h:104
Definition DefinitionTrigger.h:10
Definition HashedString.h:5
Definition ItemStack.h:25
Definition LegacyOnConsumeTriggerItemComponent.h:18
Definition LegacyTriggerItemComponent.h:17
Definition LegacyOnConsumeTriggerItemComponentData.h:5