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
ItemStack
;
14
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded
; }
15
// clang-format on
16
17
namespace
PublisherItemComponent {
18
19
struct
MiningBlock
:
public
::ItemComponent
,
20
public
::Bedrock::PubSub::Publisher
<
21
void(bool&, ::ItemStack&, ::Block const&, int, int, int, ::Actor&),
22
::Bedrock::PubSub::ThreadModel::SingleThreaded,
23
0> {
24
public
:
25
// vftables
26
// NOLINTBEGIN
27
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
28
29
MCNAPI
static
void
**
$vftable
();
30
31
MCNAPI
static
void
**
$vftableForConnector
();
32
// NOLINTEND
33
};
34
35
}
// namespace PublisherItemComponent
Actor
Definition
Actor.h:125
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
Block
Definition
Block.h:69
ItemComponent
Definition
ItemComponent.h:17
ItemStack
Definition
ItemStack.h:35
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
PublisherItemComponent::MiningBlock
Definition
MiningBlock.h:23
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
for LeviLamina by
1.16.1