LeviLamina
Loading...
Searching...
No Matches
ServerEventCoordinatorManager.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#include "mc/world/level/EventCoordinatorManager.h"
9
10// auto generated forward declare list
11// clang-format off
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerLevelEventCoordinator>>>
23 mServerLevelEventCoordinator;
24 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerPlayerEventCoordinator>>>
25 mServerPlayerEventCoordinator;
26 ::ll::TypedStorage<8, 16, ::gsl::not_null<::Bedrock::UniqueOwnerPointer<::ServerNetworkEventCoordinator>>>
27 mServerNetworkEventCoordinator;
28 // NOLINTEND
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~ServerEventCoordinatorManager() /*override*/ = default;
35
36 // vIndex: 3
37 virtual ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator> getServerPlayerEventCoordinator() /*override*/;
38
39 // vIndex: 4
40 virtual ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator> getLevelEventCoordinator() /*override*/;
41
42 // vIndex: 5
43 virtual ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator> getServerLevelEventCoordinator() /*override*/;
44
45 // vIndex: 6
46 virtual ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator> getServerNetworkEventCoordinator() /*override*/;
47 // NOLINTEND
48
49public:
50 // member functions
51 // NOLINTBEGIN
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void* $ctor();
59 // NOLINTEND
60
61public:
62 // virtual function thunks
63 // NOLINTBEGIN
64 MCNAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator> $getServerPlayerEventCoordinator();
65
66 MCNAPI ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator> $getLevelEventCoordinator();
67
68 MCNAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator> $getServerLevelEventCoordinator();
69
70 MCNAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator> $getServerNetworkEventCoordinator();
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
76 MCNAPI static void** $vftable();
77 // NOLINTEND
78};
Definition EventCoordinatorManager.h:25
Definition LevelEventCoordinator.h:25
Definition ServerEventCoordinatorManager.h:18
static MCAPI void ** $vftable()
MCAPI ::Bedrock::NonOwnerPointer<::ServerNetworkEventCoordinator > $getServerNetworkEventCoordinator()
MCAPI ::Bedrock::NonOwnerPointer<::ServerPlayerEventCoordinator > $getServerPlayerEventCoordinator()
MCAPI ::Bedrock::NotNullNonOwnerPtr<::LevelEventCoordinator > $getLevelEventCoordinator()
MCAPI ::Bedrock::NonOwnerPointer<::ServerLevelEventCoordinator > $getServerLevelEventCoordinator()
Definition ServerLevelEventCoordinator.h:15
Definition ServerNetworkEventCoordinator.h:17
Definition ServerPlayerEventCoordinator.h:8