LeviLamina
Loading...
Searching...
No Matches
BlockEventBlockLegacyExecutor.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/level/block/block_events/IBlockEventExecutor.h"
8
9namespace BlockEvents::Detail {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mOwnerSubscription;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 0
22 virtual ~BlockEventBlockLegacyExecutor() /*override*/ = default;
23 // NOLINTEND
24};
25
26} // namespace BlockEvents::Detail
Definition BlockEventBlockLegacyExecutor.h:11
Definition IBlockEventExecutor.h:10