LeviLamina
Loading...
Searching...
No Matches
MiningBlock.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
Block
;
13
class
HashedString
;
14
class
ItemStack
;
15
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded; }
16
// clang-format on
17
18
namespace
PublisherItemComponent {
19
20
class
MiningBlock
:
public
::ItemComponent
,
21
public
::Bedrock::PubSub::Publisher
<
22
void(bool&, ::ItemStack&, ::Block const&, int, int, int, ::Actor&),
23
::Bedrock::PubSub::ThreadModel::SingleThreaded,
24
0> {
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 0
29
virtual
~MiningBlock
()
/*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
**
$vftable
();
44
45
MCNAPI
static
void
**
$vftableForConnector
();
46
// NOLINTEND
47
};
48
49
}
// namespace PublisherItemComponent
Actor
Definition
Actor.h:103
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
Block
Definition
Block.h:38
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemStack
Definition
ItemStack.h:25
PublisherItemComponent::MiningBlock
Definition
MiningBlock.h:24
PublisherItemComponent::MiningBlock::$vftable
static MCAPI void ** $vftable()
PublisherItemComponent::MiningBlock::$vftableForConnector
static MCAPI void ** $vftableForConnector()
PublisherItemComponent::MiningBlock::$vftableForDispatchingPublisherBase
static MCAPI void ** $vftableForDispatchingPublisherBase()
src
mc
world
item
components
publisher_item_component
MiningBlock.h
Generated on Mon Jun 30 2025 05:54:05 for LeviLamina by
1.12.0