LeviLamina
Loading...
Searching...
No Matches
OnHitBlock.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
Block
;
12
class
BlockPos
;
13
class
ItemStack
;
14
class
Mob
;
15
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded
; }
16
// clang-format on
17
18
namespace
PublisherItemComponent {
19
20
struct
OnHitBlock
:
public
::ItemComponent
,
21
public
::Bedrock::PubSub::Publisher
<
22
void(::ItemStack&, ::Block const&, ::BlockPos const&, ::Mob&),
23
::Bedrock::PubSub::ThreadModel::SingleThreaded,
24
0> {
25
public
:
26
// vftables
27
// NOLINTBEGIN
28
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
29
30
MCNAPI
static
void
**
$vftableForConnector
();
31
32
MCNAPI
static
void
**
$vftable
();
33
// NOLINTEND
34
};
35
36
}
// namespace PublisherItemComponent
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
BlockPos
Definition
BlockPos.h:21
Block
Definition
Block.h:69
ItemComponent
Definition
ItemComponent.h:17
ItemStack
Definition
ItemStack.h:35
Mob
Definition
Mob.h:57
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
PublisherItemComponent::OnHitBlock
Definition
OnHitBlock.h:24
PublisherItemComponent::OnHitBlock::$vftableForDispatchingPublisherBase
static MCAPI void ** $vftableForDispatchingPublisherBase()
PublisherItemComponent::OnHitBlock::$vftable
static MCAPI void ** $vftable()
PublisherItemComponent::OnHitBlock::$vftableForConnector
static MCAPI void ** $vftableForConnector()
src
mc
world
item
components
publisher_item_component
OnHitBlock.h
Generated on
for LeviLamina by
1.16.1