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
HashedString
;
14
class
ItemStack
;
15
class
Mob
;
16
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded; }
17
// clang-format on
18
19
namespace
PublisherItemComponent {
20
21
class
OnHitBlock
:
public
::ItemComponent
,
22
public
::Bedrock::PubSub::Publisher
<
23
void(::ItemStack&, ::Block const&, ::BlockPos const&, ::Mob&),
24
::Bedrock::PubSub::ThreadModel::SingleThreaded,
25
0> {
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~OnHitBlock
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// static functions
35
// NOLINTBEGIN
36
MCAPI static ::HashedString
const
& getIdentifier();
37
// NOLINTEND
38
39
public
:
40
// vftables
41
// NOLINTBEGIN
42
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
43
44
MCNAPI
static
void
**
$vftableForConnector
();
45
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
49
50
}
// namespace PublisherItemComponent
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:38
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemStack
Definition
ItemStack.h:25
Mob
Definition
Mob.h:47
PublisherItemComponent::OnHitBlock
Definition
OnHitBlock.h:25
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 Fri Jun 13 2025 05:05:09 for LeviLamina by
1.12.0