LeviLamina
Loading...
Searching...
No Matches
BlockRandomTickingComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/Subscription.h"
7#include "mc/world/actor/DefinitionTrigger.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace Bedrock::PubSub { class Subscription; }
13namespace BlockEvents { class BlockEventManager; }
14namespace BlockEvents { class BlockRandomTickLegacyEvent; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
22 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mEventSubscription;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 // vIndex: 0
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
36
37 MCNAPI void onTick(::BlockEvents::BlockRandomTickLegacyEvent const& eventData) const;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43 MCNAPI void $dtor();
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BlockEventManager.h:15
Definition BlockRandomTickLegacyEvent.h:16
Definition DefinitionTrigger.h:11
Definition BlockRandomTickingComponent.h:17
static MCAPI void ** $vftable()
MCAPI void finalize(::BlockEvents::BlockEventManager &manager)
MCAPI void onTick(::BlockEvents::BlockRandomTickLegacyEvent const &eventData) const