LeviLamina
Loading...
Searching...
No Matches
BlockQueuedTickingComponent.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 BlockQueuedTickEvent; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<1, 1, bool> mLooping;
22 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMinTicks;
23 ::ll::TypedStorage<4, 4, uint> mDelayIntervalMaxTicks;
24 ::ll::TypedStorage<8, 56, ::DefinitionTrigger> mOnTimeDown;
25 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mEventSubscription;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~BlockQueuedTickingComponent() = default;
32 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
37 MCAPI void finalize(::BlockEvents::BlockEventManager& manager);
38
39 MCAPI void onTick(::BlockEvents::BlockQueuedTickEvent const& eventData) const;
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Subscription.h:10
Definition BlockEventManager.h:15
Definition BlockQueuedTickEvent.h:16
Definition DefinitionTrigger.h:15
Definition BlockQueuedTickingComponent.h:17
static MCAPI void ** $vftable()