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 // vIndex: 0
20 virtual ~ILevelEventManagerCoordinator() = default;
21
22 // vIndex: 1
23 virtual ::Bedrock::PubSub::Connector<void(::SharedTypes::Legacy::LevelEvent, ::Vec3 const&, int)>&
24 getLevelEventDataConnector() = 0;
25
26 // vIndex: 2
27 virtual ::Bedrock::PubSub::Connector<void(::SharedTypes::Legacy::LevelEvent, ::CompoundTag const&)>&
28 getLevelEventCompoundTagConnector() = 0;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
Definition CompoundTag.h:13
Definition ILevelEventManagerCoordinator.h:15
Definition Vec3.h:10