LeviLamina
Loading...
Searching...
No Matches
OnHitActor.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/pub_sub/Publisher.h"
7
#include "mc/world/item/components/ItemComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
ItemStack
;
13
class
Mob
;
14
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded
; }
15
// clang-format on
16
17
namespace
PublisherItemComponent {
18
19
struct
OnHitActor
20
:
public
::ItemComponent
,
21
public
::Bedrock::PubSub::
22
Publisher<void(::ItemStack&, ::Actor&, ::Mob&), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0> {
23
public
:
24
// vftables
25
// NOLINTBEGIN
26
MCNAPI
static
void
**
$vftableForConnector
();
27
28
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
29
30
MCNAPI
static
void
**
$vftable
();
31
// NOLINTEND
32
};
33
34
}
// namespace PublisherItemComponent
Actor
Definition
Actor.h:125
ItemComponent
Definition
ItemComponent.h:17
ItemStack
Definition
ItemStack.h:35
Mob
Definition
Mob.h:57
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
PublisherItemComponent::OnHitActor
Definition
OnHitActor.h:22
PublisherItemComponent::OnHitActor::$vftableForDispatchingPublisherBase
static MCAPI void ** $vftableForDispatchingPublisherBase()
PublisherItemComponent::OnHitActor::$vftable
static MCAPI void ** $vftable()
PublisherItemComponent::OnHitActor::$vftableForConnector
static MCAPI void ** $vftableForConnector()
src
mc
world
item
components
publisher_item_component
OnHitActor.h
Generated on
for LeviLamina by
1.16.1