LeviLamina
Loading...
Searching...
No Matches
ISignalingInterface.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/nether_net/ESessionError.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Bedrock::PubSub {
class
Subscription; }
11
namespace
NetherNet {
struct
ISignalingEventHandler; }
12
namespace
NetherNet {
struct
NetworkID; }
13
// clang-format on
14
15
namespace
NetherNet {
16
17
class
ISignalingInterface
{
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
// vIndex: 0
22
virtual
~ISignalingInterface
() =
default
;
23
24
// vIndex: 1
25
virtual
void
26
SendSignal(
::NetherNet::NetworkID
, ::std::string
const
&, ::std::function<
void
(::NetherNet::ESessionError)>&&) = 0;
27
28
// vIndex: 2
29
virtual ::Bedrock::PubSub::Subscription RegisterEventHandler(
::NetherNet::ISignalingEventHandler
*) = 0;
30
// NOLINTEND
31
32
public
:
33
// destructor thunk
34
// NOLINTBEGIN
35
36
// NOLINTEND
37
38
public
:
39
// virtual function thunks
40
// NOLINTBEGIN
41
42
// NOLINTEND
43
};
44
45
}
// namespace NetherNet
NetherNet::ISignalingInterface
Definition
ISignalingInterface.h:17
NetherNet::ISignalingEventHandler
Definition
ISignalingEventHandler.h:12
NetherNet::NetworkID
Definition
NetworkID.h:7
src
mc
deps
nether_net
ISignalingInterface.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0