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