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
MultiThreaded; }
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::MultiThreaded> {
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
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
// destructor thunk
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCAPI
static
void
** $vftableForDispatchingPublisherBase();
48
49
MCAPI
static
void
** $vftableForConnector();
50
51
MCAPI
static
void
** $vftable();
52
// NOLINTEND
53
};
54
55
}
// namespace PublisherItemComponent
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
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:24
src
mc
world
item
components
publisher_item_component
OnHitBlock.h
Generated on Sat Apr 26 2025 05:56:13 for LeviLamina by
1.12.0