LeviLamina
Loading...
Searching...
No Matches
EventCoordinatorManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/core/utility/UniqueOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
23// clang-format on
24
26public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ActorEventCoordinator>>>
30 mActorEventCoordinator;
31 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::BlockEventCoordinator>>>
32 mBlockEventCoordinator;
33 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ItemEventCoordinator>>>
34 mItemEventCoordinator;
35 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::NpcEventCoordinator>>>
36 mNpcEventCoordinator;
37 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ScriptingEventCoordinator>>>
38 mScriptingEventCoordinator;
39 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ScriptDeferredEventCoordinator>>>
40 mScriptDeferredEventCoordinator;
41 // NOLINTEND
42
43public:
44 // virtual functions
45 // NOLINTBEGIN
47
48 virtual ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator> getRemotePlayerEventCoordinator();
49
50 virtual ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinator> getClientPlayerEventCoordinator();
51
52 virtual ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator> getServerPlayerEventCoordinator();
53
54 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator> getLevelEventCoordinator() = 0;
55
56 virtual ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator> getServerLevelEventCoordinator();
57
58 virtual ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator> getServerNetworkEventCoordinator();
59 // NOLINTEND
60
61public:
62 // member functions
63 // NOLINTBEGIN
65
66 MCNAPI ::Bedrock::NotNullNonOwnerPtr<::ActorEventCoordinator> getActorEventCoordinator();
67 // NOLINTEND
68
69public:
70 // static functions
71 // NOLINTBEGIN
72 MCNAPI static ::Bedrock::UniqueOwnerPointer<::EventCoordinatorManager>
74 // NOLINTEND
75
76public:
77 // constructor thunks
78 // NOLINTBEGIN
79 MCNAPI void* $ctor();
80 // NOLINTEND
81
82public:
83 // destructor thunk
84 // NOLINTBEGIN
85 MCNAPI void $dtor();
86 // NOLINTEND
87
88public:
89 // virtual function thunks
90 // NOLINTBEGIN
91 MCNAPI ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator> $getRemotePlayerEventCoordinator();
92
93 MCNAPI ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinator> $getClientPlayerEventCoordinator();
94
95 MCNAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator> $getServerPlayerEventCoordinator();
96
97 MCNAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator> $getServerLevelEventCoordinator();
98
99 MCNAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator> $getServerNetworkEventCoordinator();
100
101
102 // NOLINTEND
103
104public:
105 // vftables
106 // NOLINTBEGIN
107 MCNAPI static void** $vftable();
108 // NOLINTEND
109};
Definition ActorEventCoordinator.h:21
Definition BlockEventCoordinator.h:21
Definition ClientPlayerEventCoordinator.h:8
MCAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator > $getServerPlayerEventCoordinator()
static MCAPI void ** $vftable()
static MCAPI ::Bedrock::UniqueOwnerPointer<::EventCoordinatorManager > createEventCoordinatorManager(bool isClientSide)
MCAPI ::Bedrock::NonOwnerPointer<::ClientPlayerEventCoordinator > $getClientPlayerEventCoordinator()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::ActorEventCoordinator > getActorEventCoordinator()
MCAPI ::Bedrock::NonOwnerPointer<::PlayerEventCoordinator > $getRemotePlayerEventCoordinator()
MCAPI void * $ctor()
MCAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator > $getServerLevelEventCoordinator()
MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator > $getServerNetworkEventCoordinator()
Definition ItemEventCoordinator.h:20
Definition LevelEventCoordinator.h:25
Definition NpcEventCoordinator.h:13
Definition PlayerEventCoordinator.h:22
Definition ScriptDeferredEventCoordinator.h:18
Definition ScriptingEventCoordinator.h:14
Definition ServerLevelEventCoordinator.h:15
Definition ServerNetworkEventCoordinator.h:17
Definition ServerPlayerEventCoordinator.h:8