LeviLamina
Loading...
Searching...
No Matches
LegacyEventItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/ItemComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
DefinitionEvent
;
11
class
ILegacyItemTriggerHandler
;
12
struct
LegacyEventItemComponentData
;
13
namespace
Bedrock::PubSub {
class
Subscription; }
14
// clang-format on
15
16
class
LegacyEventItemComponent
:
public
::ItemComponent
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 24, ::std::vector<::Bedrock::PubSub::Subscription>> mTriggerSubscriptions;
21
::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ::DefinitionEvent>> mEventHandlers;
22
::ll::TypedStorage<8, 8, ::ILegacyItemTriggerHandler*> mTriggerHandler;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 7
29
virtual
void
_initializeComponent()
/*override*/
;
30
31
// vIndex: 0
32
virtual
~LegacyEventItemComponent
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
explicit
LegacyEventItemComponent
(
::LegacyEventItemComponentData
&& componentData);
39
// NOLINTEND
40
41
public
:
42
// constructor thunks
43
// NOLINTBEGIN
44
MCAPI
void
* $ctor(
::LegacyEventItemComponentData
&& componentData);
45
// NOLINTEND
46
47
public
:
48
// destructor thunk
49
// NOLINTBEGIN
50
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCAPI
void
$_initializeComponent();
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
DefinitionEvent
Definition
DefinitionEvent.h:17
ILegacyItemTriggerHandler
Definition
ILegacyItemTriggerHandler.h:13
ItemComponent
Definition
ItemComponent.h:16
LegacyEventItemComponent
Definition
LegacyEventItemComponent.h:16
LegacyEventItemComponentData
Definition
LegacyEventItemComponentData.h:10
src
mc
world
item
components
LegacyEventItemComponent.h
Generated on Sat Apr 26 2025 05:56:13 for LeviLamina by
1.12.0