LeviLamina
Loading...
Searching...
No Matches
IServerPlayerSleepManagerConnector.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
8
// auto generated forward declare list
9
// clang-format off
10
class
Player
;
11
// clang-format on
12
13
class
IServerPlayerSleepManagerConnector
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual ::Bedrock::PubSub::Connector<void(
::Player
&)>& getPlayerWakeUpConnector() = 0;
19
20
// vIndex: 1
21
virtual ::Bedrock::PubSub::Connector<void()>& getOnWakeUpAllPlayersConnector() = 0;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
28
// NOLINTEND
29
};
IServerPlayerSleepManagerConnector
Definition
IServerPlayerSleepManagerConnector.h:13
Player
Definition
Player.h:119
src
mc
server
IServerPlayerSleepManagerConnector.h
Generated on Sat Apr 26 2025 05:55:58 for LeviLamina by
1.12.0