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
MultiThreaded; }
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::MultiThreaded> {
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 0
28
virtual
~MiningBlock
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// static functions
33
// NOLINTBEGIN
34
MCAPI static ::HashedString
const
& getIdentifier();
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCAPI
static
void
** $vftable();
47
48
MCAPI
static
void
** $vftableForConnector();
49
50
MCAPI
static
void
** $vftableForDispatchingPublisherBase();
51
// NOLINTEND
52
};
53
54
}
// namespace PublisherItemComponent
Actor
Definition
Actor.h:104
Bedrock::PubSub::Publisher
Definition
Publisher.h:8
Block
Definition
Block.h:36
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemStack
Definition
ItemStack.h:25
PublisherItemComponent::MiningBlock
Definition
MiningBlock.h:23
src
mc
world
item
components
publisher_item_component
MiningBlock.h
Generated on Sat Apr 26 2025 05:56:13 for LeviLamina by
1.12.0