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
struct
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
virtual
~OnHitBlock
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI static ::HashedString
const
& getIdentifier();
36
// NOLINTEND
37
38
public
:
39
// vftables
40
// NOLINTBEGIN
41
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
42
43
MCNAPI
static
void
**
$vftableForConnector
();
44
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
48
49
}
// namespace PublisherItemComponent
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
BlockPos
Definition
BlockPos.h:19
Block
Definition
Block.h:43
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemStack
Definition
ItemStack.h:26
Mob
Definition
Mob.h:50
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
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
for LeviLamina by
1.16.1