LeviLamina
Loading...
Searching...
No Matches
UseTimeDepleted.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/ItemUseMethod.h"
8#include "mc/world/item/components/ItemComponent.h"
9
10// auto generated forward declare list
11// clang-format off
12class HashedString;
13class ItemStack;
14class Level;
15class Player;
16namespace Bedrock::PubSub::ThreadModel { struct MultiThreaded; }
17// clang-format on
18
19namespace PublisherItemComponent {
20
23 void(::ItemUseMethod&, ::ItemStack const&, ::ItemStack&, ::Player&, ::Level&),
24 ::Bedrock::PubSub::ThreadModel::MultiThreaded> {
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
29 virtual ~UseTimeDepleted() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static ::HashedString const& getIdentifier();
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCAPI static void** $vftable();
48
49 MCAPI static void** $vftableForConnector();
50
51 MCAPI static void** $vftableForDispatchingPublisherBase();
52 // NOLINTEND
53};
54
55} // namespace PublisherItemComponent
Definition Publisher.h:8
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition ItemStack.h:25
Definition Level.h:234
Definition Player.h:119
Definition UseTimeDepleted.h:24