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 HashedString;
14class ItemStack;
15namespace Bedrock::PubSub::ThreadModel { struct SingleThreaded; }
16// clang-format on
17
18namespace PublisherItemComponent {
19
22 void(bool&, ::ItemStack&, ::Block const&, int, int, int, ::Actor&),
23 ::Bedrock::PubSub::ThreadModel::SingleThreaded,
24 0> {
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~MiningBlock() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::HashedString const& getIdentifier();
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
42
43 MCNAPI static void** $vftable();
44
45 MCNAPI static void** $vftableForConnector();
46 // NOLINTEND
47};
48
49} // namespace PublisherItemComponent
Definition Actor.h:103
Definition Publisher.h:8
Definition Block.h:38
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition ItemStack.h:25
Definition MiningBlock.h:24
static MCAPI void ** $vftable()
static MCAPI void ** $vftableForConnector()
static MCAPI void ** $vftableForDispatchingPublisherBase()