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