LeviLamina
Loading...
Searching...
No Matches
ILevelEventManagerCoordinator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/Connector.h"
7#include "mc/deps/shared_types/legacy/LevelEvent.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12class Vec3;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~ILevelEventManagerCoordinator() = default;
20
21 virtual ::Bedrock::PubSub::Connector<void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const&, int)>&
22 getLevelEventDataConnector() = 0;
23
24 virtual ::Bedrock::PubSub::Connector<void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const&)>&
25 getLevelEventCompoundTagConnector() = 0;
26 // NOLINTEND
27
28public:
29 // virtual function thunks
30 // NOLINTBEGIN
31
32 // NOLINTEND
33};
Definition CompoundTag.h:23
Definition ILevelEventManagerCoordinator.h:15
Definition Vec3.h:10